Mailbox.LitigationHoldDate Property
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 Mailbox
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>
See Also