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