[Missing <summary> documentation for "P:System.WebControls.TextBoxPlus.LabelText"]
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string LabelText { get; set; } |
Visual Basic |
---|
Public Property LabelText As String Get Set |
Visual C++ |
---|
public: property String^ LabelText { String^ get (); void set (String^ value); } |
F# |
---|
member LabelText : string with get, set |