CredentialAttribute.Domain Property

Gets the user's domain.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Domain As String
public string Domain { get; }
public:
property String^ Domain {
    String^ get ();
}
member Domain : string with get
function get Domain () : String

Property Value

Type: String
The name of the user's domain.

.NET Framework Security

See Also

Reference

CredentialAttribute Class

Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace

Other Resources

ASP.NET Unit Tests