 | ClusterOptionsModelTargetGroupName Property |
Gets or sets the name of the target group.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic string TargetGroupName { get; set; }
Public Property TargetGroupName As String
Get
Set
public:
property String^ TargetGroupName {
String^ get ();
void set (String^ value);
}
member TargetGroupName : string with get, set
Property Value
Type:
String
See Also