Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the text description of the conditional rule.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Function GetConditionalRuleText As String
public virtual string GetConditionalRuleText()
public:
virtual String^ GetConditionalRuleText()
abstract GetConditionalRuleText : unit -> string
override GetConditionalRuleText : unit -> string
public function GetConditionalRuleText() : String
Return Value
Type: String
The text description of the conditional rule.
.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.