Compartilhar via


ExchangeRpcClientAccess.MaximumConnections property

Gets or sets the maximum number of concurrent sessions allowed.

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

Syntax

'Declaration
Public Property MaximumConnections As Integer
    Get
    Set
'Usage
Dim instance As ExchangeRpcClientAccess
Dim value As Integer

value = instance.MaximumConnections

instance.MaximumConnections = value
public int MaximumConnections { get; set; }

Property value

Type: System.Int32
A number from 1 through 65353 that indicates the maximum number of concurrent sessions allowed.

See also

Reference

ExchangeRpcClientAccess class

ExchangeRpcClientAccess members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace