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

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace