ThrottlingPolicy.OWAMaxConcurrency Property

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

Syntax

'Declaration
Public Property OWAMaxConcurrency As Nullable(Of UInteger)
    Get
    Friend Set
'Usage
Dim instance As ThrottlingPolicy
Dim value As Nullable(Of UInteger)

value = instance.OWAMaxConcurrency
public Nullable<uint> OWAMaxConcurrency { get; internal set; }

Property Value

Type: System.Nullable<UInt32>