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