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