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
Public Property MaxConnectionRatePerMinute As Integer
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Integer
value = instance.MaxConnectionRatePerMinute
instance.MaxConnectionRatePerMinute = value
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.