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