Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace