MsmqIntegrationMessageProperty.ArrivedTime Property

Definition

Gets or sets the time that the message arrived in the destination queue.

public:
 property Nullable<DateTime> ArrivedTime { Nullable<DateTime> get(); };
public DateTime? ArrivedTime { get; }
member this.ArrivedTime : Nullable<DateTime>
Public ReadOnly Property ArrivedTime As Nullable(Of DateTime)

Property Value

The time that the message arrived in the destination queue.

Applies to