Table of Contents

Class EntraDirectoryRoles

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

Represents a collection of Entra directory roles.

public class EntraDirectoryRoles : BypassSection
Inheritance
EntraDirectoryRoles
Inherited Members

Constructors

EntraDirectoryRoles()

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

public EntraDirectoryRoles()

Properties

Items

Gets or sets the items in the collection.

public EntraDirectoryRoleCollection Items { get; set; }

Property Value

EntraDirectoryRoleCollection

Methods

FromXml(string)

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

public static EntraDirectoryRoles FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraDirectoryRoles

A CENTREL.XIA.Configuration.Types.EntraDirectoryRoles class.

ToString()

Returns the Entra drectory roles as a human readable string.

public override string ToString()

Returns

string

The Entra directory roles as a human readable string.