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