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