Table of Contents

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

string

Identity

Gets or sets the identity of the virtual directory.

public string Identity { get; set; }

Property Value

string

Name

Gets or sets the name of the virtual directory.

public string Name { get; set; }

Property Value

string

TypeDisplayName

Gets the type display name of the virtual directory - for example "Autodiscover".

public string TypeDisplayName { get; set; }

Property Value

string

WhenChanged

Gets or sets the date and time when the object was last updated.

public DateTime WhenChanged { get; set; }

Property Value

DateTime

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 ExchangeVirtualDirectoryBase

The CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectoryBase objects.