Mailbox.LitigationHoldDuration property

Namespace:  Microsoft.Exchange.Data.Directory.Management
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 Mailbox
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>>

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace