Share via


ADRecipient.WhenSoftDeleted property

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

Syntax

'Declaration
Public Property WhenSoftDeleted As Nullable(Of DateTime)
    Get
    Friend Set
'Usage
Dim instance As ADRecipient
Dim value As Nullable(Of DateTime)

value = instance.WhenSoftDeleted
public Nullable<DateTime> WhenSoftDeleted { get; internal set; }

Property value

Type: System.Nullable<DateTime>

See also

Reference

ADRecipient class

ADRecipient members

Microsoft.Exchange.Data.Directory.Recipient namespace