Class ExchangeCustomAttribute
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a custom attribute configured for an object in a Microsoft Exchange organization.
public class ExchangeCustomAttribute : BaseTypeSection, IComparable<ExchangeCustomAttribute>
- Inheritance
-
ExchangeCustomAttribute
- Implements
Constructors
ExchangeCustomAttribute()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute class.
public ExchangeCustomAttribute()
Properties
Number
Gets or sets the number of the custom attribute.
public int Number { get; set; }
Property Value
Value
Gets or sets the value of the custom attribute.
public string Value { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute cloned from this object.
public ExchangeCustomAttribute Clone()
Returns
- ExchangeCustomAttribute
A CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute.
CompareTo(ExchangeCustomAttribute)
Compares two CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute objects to allow sorting alphabetically by number.
public int CompareTo(ExchangeCustomAttribute other)
Parameters
other
ExchangeCustomAttributeThe CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeCustomAttribute objects.
ToString()
Returns the custom attribute as a human readable string.
public override string ToString()
Returns
- string
The custom attribute as a human readable string.