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