PerformanceCounterValueUnit Property
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.164 -- Release Build+66e15837b98af4c1fb6071887ad7ac5cf1ff0b00
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. |