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.

ExtractFormField::Index Property

 

Gets or sets the 0-based index of the string to match.

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

public:
[DefaultValueAttribute(0)]
property int Index {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Returns the first occurrence of StartsWith/EndsWith string.

This index value is used to extract the form field value.

Return to top
Show: