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!

MessagePropertyFilter.SetAll

Sets all the properties to true. All the message properties will be retrieved when receiving messages.

[Visual Basic]
Overridable Public Sub SetAll()
[C#]
public virtual void SetAll();
[C++]
public: virtual void SetAll();
[JScript]
public function SetAll();

See Also

MessagePropertyFilter Class | MessagePropertyFilter Members | System.Messaging Namespace