MessageProperties Properties

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.

  NameDescription
Public property AllowOutputBatching Gets or sets a value that specifies whether to store this message before giving it to the transport.
Public property Count Gets the total number of properties in the MessageProperties.
Public property Encoder Gets the encoder that is used to write messages to a stream and to read messages from a stream.
Public property IsFixedSize Gets a value that indicates whether the MessageProperties has a fixed size.
Public property IsReadOnly Gets a value that indicates whether this set of properties is read-only.
Public property Item Retrieves a property at the given index.
Public property Keys Gets an ICollection that contains the keys in the MessageProperties.
Public property Values Gets the values in the MessageProperties.
Public property Via Gets or sets the transport address that is used to send messages.
Top

Show:
© 2017 Microsoft