Class ExchangeUnifiedGroupCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of unified groups. This only applies to Exchange Online.
public class ExchangeUnifiedGroupCollection : Collection<ExchangeUnifiedGroup>, IList<ExchangeUnifiedGroup>, ICollection<ExchangeUnifiedGroup>, IList, ICollection, IReadOnlyList<ExchangeUnifiedGroup>, IReadOnlyCollection<ExchangeUnifiedGroup>, IEnumerable<ExchangeUnifiedGroup>, IEnumerable
- Inheritance
-
ExchangeUnifiedGroupCollection
- Implements
- Inherited Members
Constructors
ExchangeUnifiedGroupCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUnifiedGroupCollection class.
public ExchangeUnifiedGroupCollection()
Methods
FindByIdentity(string)
Returns the unified group (Office 365 Group) with the specified identity, or null if no unified group with that identity is found.
public ExchangeUnifiedGroup FindByIdentity(string identity)
Parameters
identity
stringThe identity of the unified group to locate.
Returns
- ExchangeUnifiedGroup
The unified group with the specified identity.
Sort()
Sorts the values in the collection.
public void Sort()