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)

Syntax

'Declaration
Public Property Index As Integer
public int Index { get; set; }
public:
property int Index {
    int get ();
    void set (int value);
}
member Index : int with get, set
function get Index () : int 
function set Index (value : int)

Property Value

Type: Int32
Returns the first occurrence of StartsWith/EndsWith string.

Remarks

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

.NET Framework Security

See Also

Reference

ExtractFormField Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace