Class EntraLicenses
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra licenses.
public class EntraLicenses : BypassSection
- Inheritance
-
EntraLicenses
- Inherited Members
Constructors
EntraLicenses()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraLicenses class.
public EntraLicenses()
Properties
Items
Gets or sets the items in the collection.
public EntraLicenseCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraLicenses class from the specified XML.
public static EntraLicenses FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraLicenses
A CENTREL.XIA.Configuration.Types.EntraLicenses class.
ToString()
Returns the Entra licenses as a human readable string.
public override string ToString()
Returns
- string
The Entra licenses as a human readable string.