Case.ClosedDate property

Gets the date when the eDiscovery case was closed.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property ClosedDate As DateTime
    Get
'Usage
Dim instance As Case
Dim value As DateTime

value = instance.ClosedDate
public DateTime ClosedDate { get; }

Property value

Type: System.DateTime
If the eDiscovery case is closed, the date when the eDiscovery case was closed; otherwise, DateTime.MinValue.

See also

Reference

Case class

Case members

Microsoft.Office.Server.Discovery namespace