PublicFolderItemStatistics.LastModificationTime Property

Namespace:  Microsoft.Exchange.Data.Mapi
Assembly:  Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)

Syntax

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

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

Property Value

Type: System.Nullable<DateTime>