Message.SystemPropertiesCollection Class
Definition
A collection used to store properties which are set by the Service Bus service.
public sealed class Message.SystemPropertiesCollection
type Message.SystemPropertiesCollection = class
Public NotInheritable Class Message.SystemPropertiesCollection
- Inheritance
-
Message.SystemPropertiesCollection
Constructors
Message.SystemPropertiesCollection() |
Properties
DeadLetterSource |
Gets the name of the queue or subscription that this message was enqueued on, before it was deadlettered. |
DeliveryCount |
Get the current delivery count. |
EnqueuedSequenceNumber |
Gets or sets the original sequence number of the message. |
EnqueuedTimeUtc |
Gets or sets the date and time of the sent time in UTC. |
IsLockTokenSet |
Specifies whether or not there is a lock token set on the current message. |
IsReceived |
Specifies if the message has been obtained from the broker. |
LockedUntilUtc |
Gets the date and time in UTC until which the message will be locked in the queue/subscription. |
LockToken |
Gets the lock token for the current message. |
SequenceNumber |
Gets the unique number assigned to a message by Service Bus. |