Share via


SingleSizeBar.Value Property

 

Gets or sets the value for the internal GraphItem.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ulong Value { get; set; }
public:
property unsigned long long Value {
    unsigned long long get();
    void set(unsigned long long value);
}
Public Property Value As ULong

Property Value

Type: System.UInt64

A System.UInt64.

Remarks

The value of the second GraphItem uses (100-value).

See Also

SingleSizeBar Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top