BrokeredMessageProperty.ExpiresAtUtc Property

Definition

Gets the date and time in UTC at which the message is set to expire.

public DateTime ExpiresAtUtc { get; }
member this.ExpiresAtUtc : DateTime
Public ReadOnly Property ExpiresAtUtc As DateTime

Property Value

The message expiration time in UTC.

Exceptions

If the message is in disposed state.

Applies to