|
SystemStateOptionsShouldApplyDiskSignatures Property
|
This value is true if disk signatures should be applied at cutover; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool ShouldApplyDiskSignatures { get; set; }
Public Property ShouldApplyDiskSignatures As Boolean
Get
Set
public:
property bool ShouldApplyDiskSignatures {
bool get ();
void set (bool value);
}
function get_ShouldApplyDiskSignatures();
function set_ShouldApplyDiskSignatures(value);
Property Value
Type:
Boolean if disk signatures should be applied at cutover; otherwise,
.
See Also