|
ClusterOptionsTargetGroupName Property |
This value is the name of the target group.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string TargetGroupName { get; set; }Public Property TargetGroupName As String
Get
Set
public:
property String^ TargetGroupName {
String^ get ();
void set (String^ value);
}function get_TargetGroupName();
function set_TargetGroupName(value);
Property Value
Type:
String
The name of the target group.
See Also