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
<ParameterAttribute(Mandatory := False)> _
Public Property MaximumConnections As Integer
Get
Set
'Usage
Dim instance As ExchangeRpcClientAccess
Dim value As Integer
value = instance.MaximumConnections
instance.MaximumConnections = value
[ParameterAttribute(Mandatory = false)]
public int MaximumConnections { get; set; }
Property Value
Type: System.Int32
A number between 1 and 65353 indicating the maximum number of concurrent sessions allowed.