RuleViolation.RuleName Property

Gets the user-facing display name of the triggered rule.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public string RuleName { get; }

Property Value

String

Remarks

Suitable for display in tooltips, annotations, and status messages. For programmatic rule identification, use RuleId instead.

See Also