 | ActionResultFlatModelExitCode Property |
Gets or sets the exit code of the process.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Nullable<int> ExitCode { get; set; }
Public Property ExitCode As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ExitCode {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ExitCode : Nullable<int> with get, set
Property Value
Type:
NullableInt32The exit code.
Remarks
This value will be if the user chose not to wait for completion.
See Also