Click or drag to resize
ClusterOptionsSourceIsCluster Property
This value is true if the source is a cluster; otherwise, it is false.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool SourceIsCluster { get; set; }

Property Value

Type: Boolean
true if [source is cluster]; otherwise, false.
See Also