Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the conditional rule.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Function ExecuteCheckConditionalRule ( _
webTest As WebTest _
) As Boolean
public virtual bool ExecuteCheckConditionalRule(
WebTest webTest
)
public:
virtual bool ExecuteCheckConditionalRule(
WebTest^ webTest
)
abstract ExecuteCheckConditionalRule :
webTest:WebTest -> bool
override ExecuteCheckConditionalRule :
webTest:WebTest -> bool
public function ExecuteCheckConditionalRule(
webTest : WebTest
) : boolean
Parameters
- webTest
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
The WebTest to execute.
Return Value
Type: System.Boolean
true if the condition was met; otherwise, false.
.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.