Table of Contents

Class EntraGroups

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

Represents a collection of Entra directory groups.

public class EntraGroups : BypassSection
Inheritance
EntraGroups
Inherited Members

Constructors

EntraGroups()

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

public EntraGroups()

Properties

Items

Gets or sets the items in the collection.

public EntraGroupCollection Items { get; set; }

Property Value

EntraGroupCollection

Methods

FromXml(string)

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

public static EntraGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraGroups

A CENTREL.XIA.Configuration.Types.EntraGroups class.

ToString()

Returns the Entra directory groups as a human readable string.

public override string ToString()

Returns

string

The Entra directory group as a human readable string.