Diagnostic Message.Code Property
Gets the stable, dot-separated code that identifies this diagnostic
category, such as "Capability.ProcessMayBeUnstable".
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public string Code { get; }Property Value
StringRemarks
Compare this value against the constants in
DiagnosticCodes to avoid relying on string literals.