Share via


IHTMLInputElement.value Property

Namespace:  mshtml
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

IHTMLInputElement Interface

mshtml Namespace