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