Share via


DumpsterStatisticsEntry.OldestItem Property

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

Syntax

'Declaration
Public ReadOnly Property OldestItem As Nullable(Of DateTime)
    Get
'Usage
Dim instance As DumpsterStatisticsEntry
Dim value As Nullable(Of DateTime)

value = instance.OldestItem
public Nullable<DateTime> OldestItem { get; }

Property Value

Type: System.Nullable<DateTime>