NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlInputText.Value

Gets or sets the contents of a text box.

[Visual Basic]
Overridable Public Property Value As String
[C#]
public string Value {override get; override set;}
[C++]
public: __property virtual String* get_Value();
public: __property virtual void set_Value(String*);
[JScript]
public function get Value() : String;
public function set Value(String);

Property Value

The contents of the text box.

See Also

HtmlInputText Class | HtmlInputText Members | System.Web.UI.HtmlControls Namespace