Table of Contents

Class ExchangePowerShellVirtualDirectory

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Exchange server PowerShell virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangePowerShellVirtualDirectory : ExchangeVirtualDirectoryBase, IComparable<ExchangeVirtualDirectoryBase>
Inheritance
ExchangePowerShellVirtualDirectory
Implements
Inherited Members

Constructors

ExchangePowerShellVirtualDirectory()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePowerShellVirtualDirectory class.

public ExchangePowerShellVirtualDirectory()

Properties

BasicAuthentication

Gets or sets whether basic authentication is enabled.

public BooleanOption BasicAuthentication { get; set; }

Property Value

BooleanOption

ExternalUrl

Gets or sets the external URL of the virtual directory.

public string ExternalUrl { get; set; }

Property Value

string

InternalUrl

Gets or sets the internal URL of the virtual directory.

public string InternalUrl { get; set; }

Property Value

string

WindowsAuthentication

Gets or sets whether integrated Windows authentication is enabled.

public BooleanOption WindowsAuthentication { get; set; }

Property Value

BooleanOption

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangePowerShellVirtualDirectory cloned from this object.

public ExchangePowerShellVirtualDirectory Clone()

Returns

ExchangePowerShellVirtualDirectory

A CENTREL.XIA.Configuration.Types.ExchangePowerShellVirtualDirectory.