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