Share via


WebTestCorrelationResult.ParameterName Property

Gets the parameter name.

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

Syntax

'Declaration
Public ReadOnly Property ParameterName As String
public string ParameterName { get; }
public:
property String^ ParameterName {
    String^ get ();
}
member ParameterName : string
function get ParameterName () : String

Property Value

Type: System.String
The parameter name.

.NET Framework Security

See Also

Reference

WebTestCorrelationResult Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace