|
ClusterOptionsTargetClusterName Property |
This value is the name of the target cluster.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string TargetClusterName { get; set; }
Public Property TargetClusterName As String
Get
Set
public:
property String^ TargetClusterName {
String^ get ();
void set (String^ value);
}
function get_TargetClusterName();
function set_TargetClusterName(value);
Property Value
Type:
String
The name of the target cluster.
See Also