Share via


SharePointExtractSelectFormField.FormFieldName Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractSelectFormField Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace