WebTestRequest.ReportingName Property

Gets or sets the reporting name for a request.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ReportingName As String
public string ReportingName { get; set; }
public:
property String^ ReportingName {
    String^ get ();
    void set (String^ value);
}
member ReportingName : string with get, set
function get ReportingName () : String
function set ReportingName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace