Share via


SharePointExtractSelectFormField.DefaultValue Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractSelectFormField Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace