Share via


AdvancedNumericUpDown.Value Property

 

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

A System.Decimal.

See Also

AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top