|
JobInfoId Property |
This value is the unique ID for the job.
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 job.
See Also