CountingLoopRule.StringRepresentation Method

Converts the rule to a string to be displayed in the tree.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Overrides Function StringRepresentation As String
public override string StringRepresentation()
public:
virtual String^ StringRepresentation() override
abstract StringRepresentation : unit -> string  
override StringRepresentation : unit -> string
public override function StringRepresentation() : String

Return Value

Type: String
A string representation of the rule.

.NET Framework Security

See Also

Reference

CountingLoopRule Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace