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