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