TransportServer.MaxConnectionRatePerMinute Property

Gets or sets the maximum rate that connections can be opened with the server.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MaxConnectionRatePerMinute As Integer
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Integer

value = instance.MaxConnectionRatePerMinute

instance.MaxConnectionRatePerMinute = value
[ParameterAttribute(Mandatory = false)]
public int MaxConnectionRatePerMinute { get; set; }

Property Value

Type: System.Int32
The maximum number of connections that can be opened each minute. The default value is 1200; the valid range is 1 to 2,147,483,647.