|
JobActionId Property |
This value is the unique ID of the action.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Guid Id { get; set; }
Public Property Id As Guid
Get
Set
public:
property Guid Id {
Guid get ();
void set (Guid value);
}
function get_Id();
function set_Id(value);
Property Value
Type:
Guid
The unique identifier of this action.
See Also