ADRecipient.SCLDeleteEnabled Property

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

Syntax

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

value = instance.SCLDeleteEnabled

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

Property Value

Type: System.Nullable<Boolean>