Table of Contents

Class EntraDirectoryGroupMembers

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

Represents a collection of Entra directory group members.

public class EntraDirectoryGroupMembers : BaseTypeSection
Inheritance
EntraDirectoryGroupMembers

Constructors

EntraDirectoryGroupMembers()

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

public EntraDirectoryGroupMembers()

Properties

Items

Gets or sets the items in the collection.

public EntraDirectoryGroupMemberCollection Items { get; set; }

Property Value

EntraDirectoryGroupMemberCollection

Methods

FromXml(string)

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

public static EntraDirectoryGroupMembers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraDirectoryGroupMembers

A CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMembers class.

ToString()

Returns the Entra directory group members as a human readable string.

public override string ToString()

Returns

string

The Entra directory group members as a human readable string.