ADUser.LitigationHoldDate property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LitigationHoldDate As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As ADUser
Dim value As Nullable(Of DateTime)
value = instance.LitigationHoldDate
instance.LitigationHoldDate = value
public Nullable<DateTime> LitigationHoldDate { get; set; }
Property value
Type: System.Nullable<DateTime>