Message.SystemPropertiesCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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. |
State |
Gets or sets the state of the message. |
Applies to
Azure SDK for .NET