Share via


ADUser.StartDateForRetentionHold property

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

Syntax

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

value = instance.StartDateForRetentionHold

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

Property value

Type: System.Nullable<DateTime>

See also

Reference

ADUser class

ADUser members

Microsoft.Exchange.Data.Directory.Recipient namespace