BrokeredMessageProperty.Properties Property

Definition

Gets the properties of the brokered message.

public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

Property Value

The properties of the brokered message.

Exceptions

If the message is in disposed state.

Applies to