Class ExchangeVirtualDirectoryBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Exchange server base virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public abstract class ExchangeVirtualDirectoryBase : BaseTypeSection, IComparable<ExchangeVirtualDirectoryBase>
- Inheritance
-
ExchangeVirtualDirectoryBase
- Implements
- Derived
Constructors
ExchangeVirtualDirectoryBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase class.
public ExchangeVirtualDirectoryBase()
Properties
Guid
Gets or sets the unique identifier of the virtual directory in GUID format.
public string Guid { get; set; }
Property Value
Identity
Gets or sets the identity of the virtual directory.
public string Identity { get; set; }
Property Value
Name
Gets or sets the name of the virtual directory.
public string Name { get; set; }
Property Value
TypeDisplayName
Gets the type display name of the virtual directory - for example "Autodiscover".
public string TypeDisplayName { get; set; }
Property Value
WhenChanged
Gets or sets the date and time when the object was last updated.
public DateTime WhenChanged { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase cloned from this object.
public ExchangeVirtualDirectoryBase Clone()
Returns
- ExchangeVirtualDirectoryBase
A CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase.
CompareTo(ExchangeVirtualDirectoryBase)
Compares two CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeVirtualDirectoryBase other)
Parameters
other
ExchangeVirtualDirectoryBaseThe CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase objects.