다음을 통해 공유


ContextParameterExistenceRule.CheckForExistence 속성

컨텍스트 매개 변수가 있는지 여부를 나타내는 부울 표시기를 가져오거나 설정합니다.

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

구문

‘선언
Public Property CheckForExistence As Boolean
public bool CheckForExistence { get; set; }
public:
property bool CheckForExistence {
    bool get ();
    void set (bool value);
}
member CheckForExistence : bool with get, set
function get CheckForExistence () : boolean 
function set CheckForExistence (value : boolean)

속성 값

형식: Boolean
컨텍스트 매개 변수가 있는지 여부를 나타내는 부울 표시기입니다.

.NET Framework 보안

참고 항목

참조

ContextParameterExistenceRule 클래스

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