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