Class EntraGroupMembers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory group members.
public class EntraGroupMembers : BaseTypeSection
- Inheritance
-
EntraGroupMembers
Constructors
EntraGroupMembers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraGroupMembers class.
public EntraGroupMembers()
Properties
Items
Gets or sets the items in the collection.
public EntraGroupMemberCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraGroupMembers class from the specified XML.
public static EntraGroupMembers FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraGroupMembers
A CENTREL.XIA.Configuration.Types.EntraGroupMembers 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.