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
- 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.