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