|
ImageRecoveryOptionsImageId Property |
This value is the unique ID of the image that will be recovered.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Guid ImageId { get; set; }
Public Property ImageId As Guid
Get
Set
public:
property Guid ImageId {
Guid get ();
void set (Guid value);
}
function get_ImageId();
function set_ImageId(value);
Property Value
Type:
Guid
See Also