ADRecipient.RecipientLimits Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RecipientLimits As Unlimited(Of Integer)
Get
Set
'Usage
Dim instance As ADRecipient
Dim value As Unlimited(Of Integer)
value = instance.RecipientLimits
instance.RecipientLimits = value
public Unlimited<int> RecipientLimits { get; set; }