Class XenObject
Base class for all XenServer objects that implement common properties.
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public class XenObject
Properties
Properties
Returns the read-only dictionary including all raw object properties.
Declaration
public IDictionary<string, string> Properties { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |