MailUser.LitigationHoldDate Property

Gets or sets the date when the user’s mailbox is placed on litigation hold.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property LitigationHoldDate As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As MailUser
Dim value As Nullable(Of DateTime)

value = instance.LitigationHoldDate

instance.LitigationHoldDate = value
[ParameterAttribute(Mandatory = false)]
public Nullable<DateTime> LitigationHoldDate { get; set; }

Property Value

Type: System.Nullable<DateTime>
The date when the user’s mailbox is placed on litigation hold.