AutoHeightLabel.Text Property
Gets or sets the label text.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public override string Text { get; set; }
public:
property String^ Text {
virtual String^ get() override;
virtual void set(String^ value) override;
}
Public Overrides Property Text As String
Property Value
Type: System.String
See Also
AutoHeightLabel Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top