The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Message::Properties Property
.NET Framework (current version)
When overridden in a derived class, gets a set of processing-level annotations to the message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property MessageProperties^ Properties { virtual MessageProperties^ get() abstract; }
Property Value
Type: System.ServiceModel.Channels::MessageProperties^A MessageProperties that contains a set of processing-level annotations to the message.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The message has been disposed of. |
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: