 | ClusteredVirtualMachineModelOwningNode Property |
Gets or sets the current owning node.
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
See Also