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