DiagnosticMessage.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#
public string Code { get; }

Property Value

String

Remarks

Compare this value against the constants in DiagnosticCodes to avoid relying on string literals.

See Also