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

[To be supplied.]

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

See Also

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