ThrottlingPolicy.PowerShellMaxCmdletQueueDepth Property

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

Syntax

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

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

Property Value

Type: System.Nullable<UInt32>