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