NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IMessage.Properties

A dictionary, which represents a collection of associated keys and values. The message's properties are made available via the dictionary.

[Visual Basic]
ReadOnly Property Properties As IDictionary
[C#]
IDictionary Properties {get;}
[C++]
IDictionary* get_Properties() = 0;
[JScript]
abstract function get Properties() : IDictionary;

See Also

IMessage Interface | IMessage Members | System.Runtime.Remoting Namespace