Class ExchangeRoleGroups
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the role groups configured in a Microsoft Exchange organization.
public class ExchangeRoleGroups : BypassSection
- Inheritance
-
ExchangeRoleGroups
- Inherited Members
Constructors
ExchangeRoleGroups()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeRoleGroups class.
public ExchangeRoleGroups()
Properties
Items
Gets or sets the items in the collection.
public ExchangeRoleGroupCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeRoleGroups class from the specified XML.
public static ExchangeRoleGroups FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeRoleGroups
A CENTREL.XIA.Configuration.Types.ExchangeRoleGroups class.
ToString()
Returns the role groups as a human readable string.
public override string ToString()
Returns
- string
The role groups as a human readable string.