Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text that is shown for the corresponding value of this control.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string Text { get; }
public:
property String^ Text {
String^ get();
}
Public ReadOnly Property Text As String
Property Value
Type: System.String
Remarks
Do not modify this property.
See Also
AdvancedNumericUpDown.TextValid
AdvancedNumericUpDown.Value
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top