This topic has not yet been rated - Rate this topic

BrokeredMessage.Properties Property

Gets the application specific message properties.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, Object)
	Get
'Usage
Dim instance As BrokeredMessage
Dim value As IDictionary(Of String, Object)

value = instance.Properties

Property Value

Type: System.Collections.Generic.IDictionary(Of String, Object)
The application specific message properties.
ExceptionCondition
ObjectDisposedException

Thrown if the message is in disposed state.

They keys are ordinal case-insensitive.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter