ConditionalRule.StringRepresentation Method
Converts the rule to a string to be displayed in the tree.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Function StringRepresentation As String
public virtual string StringRepresentation()
public:
virtual String^ StringRepresentation()
abstract StringRepresentation : unit -> string
override StringRepresentation : unit -> string
public function StringRepresentation() : String
Return Value
Type: String
A string representation of the 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.