Message Properties

 

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

NameDescription
System_CAPS_pubpropertyContentType

Gets or sets the type of the content of the message body.

System_CAPS_pubpropertyCorrelationId

Gets or sets the identifier of the correlation.

System_CAPS_pubpropertyDeliveryCount

Gets the number of deliveries.

System_CAPS_pubpropertyEnqueuedTime

Gets or sets the date and time of the sent time.

System_CAPS_pubpropertyLabel

Gets or sets the application specific label.

System_CAPS_pubpropertyLockedUntil

Gets the date and time until which the message will be locked in the queue/subscription.

System_CAPS_pubpropertyLockToken

Gets the lock token assigned by Service Bus to this message.

System_CAPS_pubpropertyMessageId

Gets or sets the identifier of the message.

System_CAPS_pubpropertyProperties

Gets the application specific message properties.

System_CAPS_pubpropertyReplyTo

Gets or sets the address of the queue to reply to.

System_CAPS_pubpropertyReplyToSessionId

Gets or sets the session identifier to reply to.

System_CAPS_pubpropertyScheduledEnqueueTime

Gets or sets the date and time at which the message will be enqueued.

System_CAPS_pubpropertySequenceNumber

Gets the unique number assigned to a message by the Service Bus.

System_CAPS_pubpropertySessionId

Gets or sets the identifier of the session.

System_CAPS_pubpropertyTimeToLive

Gets or sets the message’s time to live value.

System_CAPS_pubpropertyTo

Gets or sets the send to address.

Return to top
Show: