Mailbox.ThrottlingPolicy Property
Gets the identifier for the throttling policy applied to the mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ThrottlingPolicy As ADObjectId
Get
Friend Set
'Usage
Dim instance As Mailbox
Dim value As ADObjectId
value = instance.ThrottlingPolicy
public ADObjectId ThrottlingPolicy { get; internal set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The identifier for the throttling policy applied to the mailbox.
See Also