PublicFolderStatistics.LastModificationTime property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property LastModificationTime As Nullable(Of DateTime)
Get
'Usage
Dim instance As PublicFolderStatistics
Dim value As Nullable(Of DateTime)
value = instance.LastModificationTime
public Nullable<DateTime> LastModificationTime { get; }
Property value
Type: System.Nullable<DateTime>