Table of Contents

Class EntraRoleReferences

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

Represents a collection of Entra directory role references.

public class EntraRoleReferences : BypassSection
Inheritance
EntraRoleReferences
Inherited Members

Constructors

EntraRoleReferences()

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

public EntraRoleReferences()

Properties

Items

Gets or sets the items in the collection.

public EntraRoleReferenceCollection Items { get; set; }

Property Value

EntraRoleReferenceCollection

Methods

FromXml(string)

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

public static EntraRoleReferences FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraRoleReferences

A CENTREL.XIA.Configuration.Types.EntraRoleReferences class.

ToString()

Returns the Entra directory role references as a human readable string.

public override string ToString()

Returns

string

The Entra directory role references as a human readable string.