Share via


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>

See also

Reference

ExtensibleQueueInfo class

ExtensibleQueueInfo members

Microsoft.Exchange.Data.QueueViewer namespace