 | ClusteredVirtualMachinesInfoModelOwningNode Property |
Gets or sets the owning node of 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 OwningNode { get; set; }
Public Property OwningNode As String
Get
Set
public:
property String^ OwningNode {
String^ get ();
void set (String^ value);
}
member OwningNode : string with get, set
Property Value
Type:
String
The owning node.
See Also