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: System.String
A string representation of the rule.

.NET Framework Security

See Also

Reference

ConditionalRule Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace