Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ForLoopRule::TerminatingValue Property

 

Gets or sets the terminating value.

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

public:
property double TerminatingValue {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The terminating value.

Return to top
Show: