 | ClusteredVirtualMachinesInfoModelOwningNode Property |
Gets or sets the owning node of the group.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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