Share via


SharePointExtractSelectFormField.SubstringStartsWith Property

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

Syntax

'Declaration
Public Property SubstringStartsWith As String
public string SubstringStartsWith { get; set; }
public:
property String^ SubstringStartsWith {
    String^ get ();
    void set (String^ value);
}
member SubstringStartsWith : string with get, set
function get SubstringStartsWith () : String 
function set SubstringStartsWith (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractSelectFormField Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace