MessageProperties Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MessageProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowOutputBatching | Gets or sets a value that specifies whether to store this message before giving it to the transport. |
|
Count | Gets the total number of properties in the MessageProperties. |
|
Encoder | Gets the encoder that is used to write messages to a stream and to read messages from a stream. |
|
IsFixedSize | Gets a value that indicates whether the MessageProperties has a fixed size. |
|
IsReadOnly | Gets a value that indicates whether this set of properties is read-only. |
|
Item | Retrieves a property at the given index. |
|
Keys | Gets an ICollection that contains the keys in the MessageProperties. |
|
Values | Gets the values in the MessageProperties. |
|
Via | Gets or sets the transport address that is used to send messages. |
Show: