This topic has not yet been rated - Rate this topic

MessageProperties Properties

The MessageProperties type exposes the following members.

  Name Description
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 with the specified name, identifier, or key value.
Public property Keys Gets an ICollection that contains the keys in the MessageProperties.
Public property Security Gets or sets the security-related property of a message.
Public property Values Gets an ICollection that contains the values in the MessageProperties.
Public property Via Gets or sets the transport address that is used to send messages.
Top
  Name Description
Explicit interface implemetation Private property ICollection<KeyValuePair<String, Object>>.IsReadOnly Gets a value that indicates whether this set of properties is read-only.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.