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