Table of Contents

Class EntraEnterpriseApplicationIcons

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

Represents a collection of Entra enterprise application icons.

public class EntraEnterpriseApplicationIcons : BypassSection
Inheritance
EntraEnterpriseApplicationIcons
Inherited Members

Constructors

EntraEnterpriseApplicationIcons()

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

public EntraEnterpriseApplicationIcons()

Properties

Items

Gets or sets the items in the collection.

public EntraEnterpriseApplicationIconCollection Items { get; set; }

Property Value

EntraEnterpriseApplicationIconCollection

Methods

FromXml(string)

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

public static EntraEnterpriseApplicationIcons FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraEnterpriseApplicationIcons

A CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcons class.

ToString()

Returns the Entra directory enterprise application icons as a human readable string.

public override string ToString()

Returns

string

The Entra directory enterprise application icons as a human readable string.