Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a string that contains the name and version of the current browser.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Property CurrentBrowser As String
public string CurrentBrowser { get; set; }
public:
property String^ CurrentBrowser {
String^ get ();
void set (String^ value);
}
member CurrentBrowser : string with get, set
function get CurrentBrowser () : String
function set CurrentBrowser (value : String)
Property Value
Type: String
The name and version of the current browser.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace