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!

NetworkCredential.Password

The password for the user name.

[Visual Basic]
Public Password As String
[C#]
public string Password;
[C++]
public: String* Password;
[JScript]
public var Password : String;

See Also

NetworkCredential Class | NetworkCredential Members | System.Net Namespace