|
FullServerFailoverOptionsSourceChecksumAll Property
|
This value is true if a checksum should be used for all files when comparing them; 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 SourceChecksumAll { get; set; }
Public Property SourceChecksumAll As Boolean
Get
Set
public:
property bool SourceChecksumAll {
bool get ();
void set (bool value);
}
function get_SourceChecksumAll();
function set_SourceChecksumAll(value);
Property Value
Type:
Boolean if a checksum should be used for all files when comparing them; otherwise,
.
See Also