Class VMwarePermissions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the permissions assigned to a VMware object.
public class VMwarePermissions : BypassSection
- Inheritance
-
VMwarePermissions
- Inherited Members
Constructors
VMwarePermissions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwarePermissions class.
public VMwarePermissions()
Properties
Items
Gets or sets the items in the collection.
public VMwarePermissionCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a new CENTREL.XIA.Configuration.Types.VMwarePermissions object from the specified XML.
public static VMwarePermissions FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- VMwarePermissions
A CENTREL.XIA.Configuration.Types.VMwarePermissions object.
ToString()
Returns the permissions in a human readable format - for example "10 Permissions".
public override string ToString()
Returns
- string
The permissions in a human readable format.