PerformanceCounterValueUnit Property
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.150 -- Release Build+2592e65d65fe0b04e044df0bc79f2e5da6464eee
public string? ValueUnit { get; set; }
Public Property ValueUnit As String
	Get
	Set
public:
property String^ ValueUnit {
	String^ get ();
	void set (String^ value);
}
function get_ValueUnit();
function set_ValueUnit(value);
Property Value
String | ArgumentNullException | The value being assigned is a null or empty string. |