Message Properties
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | ContentType | Gets or sets the type of the content of the message body. |
![]() | CorrelationId | Gets or sets the identifier of the correlation. |
![]() | DeliveryCount | Gets the number of deliveries. |
![]() | EnqueuedTime | Gets or sets the date and time of the sent time. |
![]() | Label | Gets or sets the application specific label. |
![]() | LockedUntil | Gets the date and time until which the message will be locked in the queue/subscription. |
![]() | LockToken | Gets the lock token assigned by Service Bus to this message. |
![]() | MessageId | Gets or sets the identifier of the message. |
![]() | Properties | Gets the application specific message properties. |
![]() | ReplyTo | Gets or sets the address of the queue to reply to. |
![]() | ReplyToSessionId | Gets or sets the session identifier to reply to. |
![]() | ScheduledEnqueueTime | Gets or sets the date and time at which the message will be enqueued. |
![]() | SequenceNumber | Gets the unique number assigned to a message by the Service Bus. |
![]() | SessionId | Gets or sets the identifier of the session. |
![]() | TimeToLive | Gets or sets the message’s time to live value. |
![]() | To | Gets or sets the send to address. |
