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.ClearAll

Sets all the properties to false. No message properties will be retrieved when receiving messages.

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

See Also

MessagePropertyFilter Class | MessagePropertyFilter Members | System.Messaging Namespace