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 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
Remarks
The value of the second GraphItem uses (100-value).
See Also
SingleSizeBar Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top