IHostedWebAppTest.WebAppUserName Property
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in microsoft.visualstudio.qualitytools.common.dll)
Syntax
'Declaration
Property WebAppUserName As String
'Usage
Dim instance As IHostedWebAppTest
Dim value As String
value = instance.WebAppUserName
instance.WebAppUserName = value
string WebAppUserName { get; set; }
property String^ WebAppUserName {
String^ get ();
void set (String^ value);
}
/** @property */
String get_WebAppUserName ()
/** @property */
void set_WebAppUserName (String value)
function get WebAppUserName () : String
function set WebAppUserName (value : String)
See Also
Reference
IHostedWebAppTest Interface
IHostedWebAppTest Members
Microsoft.VisualStudio.TestTools.Common Namespace