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!

Label.Text

Text property. The text to be shown for the label.

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

See Also

Label Class | Label Members | System.Web.UI.WebControls Namespace