WebTest.ResultsLocale Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ResultsLocale As String
public string ResultsLocale { get; set; }
public:
property String^ ResultsLocale {
String^ get ();
void set (String^ value);
}
member ResultsLocale : string with get, set
function get ResultsLocale () : String
function set ResultsLocale (value : String)
Property Value
Type: String
.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.