Share via


ADRecipient.SCLQuarantineEnabled property

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

Syntax

'Declaration
Public Property SCLQuarantineEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ADRecipient
Dim value As Nullable(Of Boolean)

value = instance.SCLQuarantineEnabled

instance.SCLQuarantineEnabled = value
public Nullable<bool> SCLQuarantineEnabled { get; set; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

ADRecipient class

ADRecipient members

Microsoft.Exchange.Data.Directory.Recipient namespace