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!

HtmlTextArea.Value

Gets or sets the contents of text area.

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

Property Value

The content of the text area.

See Also

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