Table of Contents

Class EntraDirectoryUsers

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

Represents a collection of Entra directory users.

public class EntraDirectoryUsers : BypassSection
Inheritance
EntraDirectoryUsers
Inherited Members

Constructors

EntraDirectoryUsers()

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

public EntraDirectoryUsers()

Properties

Items

Gets or sets the items in the collection.

public EntraDirectoryUserCollection Items { get; set; }

Property Value

EntraDirectoryUserCollection

Methods

FromXml(string)

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

public static EntraDirectoryUsers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraDirectoryUsers

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