|
JobActionErrorCode Property
|
This value is the error code associated with the action.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic int ErrorCode { get; set; }Public Property ErrorCode As Integer
Get
Set
public:
property int ErrorCode {
int get ();
void set (int value);
}function get_ErrorCode();
function set_ErrorCode(value);
Property Value
Type:
Int32
The error code.
See Also