Table of Contents

Class EntraAssignedLicenses

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Entra assigned licenses.

public class EntraAssignedLicenses : BypassSection
Inheritance
EntraAssignedLicenses
Inherited Members

Constructors

EntraAssignedLicenses()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraAssignedLicenses class.

public EntraAssignedLicenses()

Properties

Items

Gets or sets the items in the collection.

public EntraAssignedLicenseCollection Items { get; set; }

Property Value

EntraAssignedLicenseCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraAssignedLicenses class from the specified XML.

public static EntraAssignedLicenses FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraAssignedLicenses

A CENTREL.XIA.Configuration.Types.EntraAssignedLicenses class.

ToString()

Returns the Entra assigned licenses as a human readable string.

public override string ToString()

Returns

string

The Entra assigned licenses as a human readable string.

ToSummaryString()

Returns the assigned licenses as a summary string.

public string ToSummaryString()

Returns

string

The assigned licenses as a summary string.