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

[To be supplied.]

[Visual Basic]
Overridable Public Property UseAuthentication As Boolean
[C#]
public bool UseAuthentication {virtual get; virtual set;}
[C++]
public: __property virtual bool get_UseAuthentication();
public: __property virtual void set_UseAuthentication(bool);
[JScript]
public function get UseAuthentication() : Boolean;
public function set UseAuthentication(Boolean);

See Also

MessagePropertyFilter Class | MessagePropertyFilter Members | System.Messaging Namespace | Message