ExtensibleQueueInfo.LastRetryTime Property
Namespace: Microsoft.Exchange.Data.QueueViewer
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public MustOverride Property LastRetryTime As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As ExtensibleQueueInfo
Dim value As Nullable(Of DateTime)
value = instance.LastRetryTime
public abstract Nullable<DateTime> LastRetryTime { get; internal set; }
Property Value
Type: System.Nullable<DateTime>