|
ClusterOptionsSourceIsCluster Property |
This value is true if the source is a cluster; 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 SourceIsCluster { get; set; }
Public Property SourceIsCluster As Boolean
Get
Set
public:
property bool SourceIsCluster {
bool get ();
void set (bool value);
}
function get_SourceIsCluster();
function set_SourceIsCluster(value);
Property Value
Type:
Booleantrue if [source is cluster]; otherwise,
false.
See Also