Class ExchangeCustomAttributeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Exchange custom attributes.
public class ExchangeCustomAttributeCollection : Collection<ExchangeCustomAttribute>, IList<ExchangeCustomAttribute>, ICollection<ExchangeCustomAttribute>, IList, ICollection, IReadOnlyList<ExchangeCustomAttribute>, IReadOnlyCollection<ExchangeCustomAttribute>, IEnumerable<ExchangeCustomAttribute>, IEnumerable
- Inheritance
-
ExchangeCustomAttributeCollection
- Implements
- Inherited Members
Constructors
ExchangeCustomAttributeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeCustomAttributeCollection class.
public ExchangeCustomAttributeCollection()
Methods
Add(int, string)
Adds a custom attribute to the collection.
public ExchangeCustomAttribute Add(int number, string value)
Parameters
Returns
- ExchangeCustomAttribute
The CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute that was added to the collection.
Sort()
Sorts the values in the collection.
public void Sort()