RecipientEnforcementProvisioningPolicy.R3_Deprecated_DLCountQuota Property

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property R3_Deprecated_DLCountQuota As Unlimited(Of Integer)
    Get
    Set
'Usage
Dim instance As RecipientEnforcementProvisioningPolicy
Dim value As Unlimited(Of Integer)

value = instance.R3_Deprecated_DLCountQuota

instance.R3_Deprecated_DLCountQuota = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<int> R3_Deprecated_DLCountQuota { get; set; }