ADUser.EndDateForRetentionHold Property

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

Syntax

'Declaration
Public Property EndDateForRetentionHold As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As ADUser
Dim value As Nullable(Of DateTime)

value = instance.EndDateForRetentionHold

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

Property Value

Type: System.Nullable<DateTime>