Class WindowsDiskQuotaEntries
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the individual disk quota entries.
public class WindowsDiskQuotaEntries : BypassSection
- Inheritance
-
WindowsDiskQuotaEntries
- Inherited Members
Constructors
WindowsDiskQuotaEntries()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsDiskQuotaEntries class.
public WindowsDiskQuotaEntries()
Properties
Items
Gets or sets the items in the collection.
public WindowsDiskQuotaEntryCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsDiskQuotaEntries class from the specified XML.
public static WindowsDiskQuotaEntries FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsDiskQuotaEntries
A CENTREL.XIA.Configuration.Types.WindowsDiskQuotaEntries class.
ToString()
Returns the disk quota entries as a human readable string - for example "24 Disk Quota Entries" or "{Not Documented}".
public override string ToString()
Returns
- string
The disk quota entries as a human readable string.