Table of Contents

Class EntraDomains

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Entra directory domains.

public class EntraDomains : BypassSection
Inheritance
EntraDomains
Inherited Members

Constructors

EntraDomains()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDomains class.

public EntraDomains()

Properties

Items

Gets or sets the items in the collection.

public EntraDomainCollection Items { get; set; }

Property Value

EntraDomainCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraDomains class from the specified XML.

public static EntraDomains FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraDomains

A CENTREL.XIA.Configuration.Types.EntraDomains 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.