Share via


ExchangeServer.IsClientAccessServer property

Gets a value that indicates whether the Exchange server is running the Client Access server role.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property IsClientAccessServer As Boolean
    Get
'Usage
Dim instance As ExchangeServer
Dim value As Boolean

value = instance.IsClientAccessServer
public bool IsClientAccessServer { get; }

Property value

Type: System.Boolean
true if the server is a Client Access server; otherwise, false.

See also

Reference

ExchangeServer class

ExchangeServer members

Microsoft.Exchange.Data.Directory.Management namespace