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