|
VRAOptionsIsSourceHostCluster Property |
This value is true if the source host is clustered; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool IsSourceHostCluster { get; set; }
Public Property IsSourceHostCluster As Boolean
Get
Set
public:
property bool IsSourceHostCluster {
bool get ();
void set (bool value);
}
function get_IsSourceHostCluster();
function set_IsSourceHostCluster(value);
Property Value
Type:
Boolean
See Also