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