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!

ClientProtocol.Password

Gets or sets the password used for authentication.

[Visual Basic]
Public Property Password As String
[C#]
public string Password {get; set;}
[C++]
public: __property String* get_Password();
public: __property void set_Password(String*);
[JScript]
public function get Password() : String;
public function set Password(String);

Property Value

The password used for authentication. The default is an empty string ("").

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | Password