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

The user name associated with this credential.

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

See Also

NetworkCredential Class | NetworkCredential Members | System.Net Namespace