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

The machine name that verifies the credentials. Usually this is the host machine.

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

See Also

NetworkCredential Class | NetworkCredential Members | System.Net Namespace