ThrottlingPolicy.DiscoveryMaxMailboxes property

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

Syntax

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

value = instance.DiscoveryMaxMailboxes

instance.DiscoveryMaxMailboxes = value
public Nullable<Unlimited<uint>> DiscoveryMaxMailboxes { get; set; }

Property value

Type: System.Nullable<Unlimited<UInt32>>

See also

Reference

ThrottlingPolicy class

ThrottlingPolicy members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace