Share via


SharePointExtractFormField2.MissingValueAsEmptyString Property

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

Syntax

'Declaration
Public Property MissingValueAsEmptyString As Boolean
public bool MissingValueAsEmptyString { get; set; }
public:
property bool MissingValueAsEmptyString {
    bool get ();
    void set (bool value);
}
member MissingValueAsEmptyString : bool with get, set
function get MissingValueAsEmptyString () : boolean 
function set MissingValueAsEmptyString (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointExtractFormField2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace