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 or sets the value of the control.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public decimal Value { get; set; }
public:
property Decimal Value {
Decimal get();
void set(Decimal value);
}
Public Property Value As Decimal
Property Value
Type: System.Decimal
See Also
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top