Message.Properties Property

Definition

When overridden in a derived class, gets a set of processing-level annotations to the message.

public:
 abstract property System::ServiceModel::Channels::MessageProperties ^ Properties { System::ServiceModel::Channels::MessageProperties ^ get(); };
public abstract System.ServiceModel.Channels.MessageProperties Properties { get; }
member this.Properties : System.ServiceModel.Channels.MessageProperties
Public MustOverride ReadOnly Property Properties As MessageProperties

Property Value

A MessageProperties that contains a set of processing-level annotations to the message.

Exceptions

The message has been disposed of.

Remarks

Because information in headers is transmitted on the wire, an entity that examines a header must support the underlying version(s) of the protocols used by the header. However, properties provide a more version-independent way of annotating a message.

Applies to