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