다음을 통해 공유


NumericalComparisonRule.ContextParameterName 속성

컨텍스트 매개 변수 이름을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
<IsContextParameterNameAttribute(False)> _
Public Property ContextParameterName As String
[IsContextParameterNameAttribute(false)]
public string ContextParameterName { get; set; }
[IsContextParameterNameAttribute(false)]
public:
property String^ ContextParameterName {
    String^ get ();
    void set (String^ value);
}
[<IsContextParameterNameAttribute(false)>]
member ContextParameterName : string with get, set
function get ContextParameterName () : String 
function set ContextParameterName (value : String)

속성 값

형식: String
컨텍스트 매개 변수 이름입니다.

.NET Framework 보안

참고 항목

참조

NumericalComparisonRule 클래스

Microsoft.VisualStudio.TestTools.WebTesting.Rules 네임스페이스