Share via


SharePointExtractFormField2.FormFieldType Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractFormField2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace