CustomRule.DisplayName Property

Gets the user-facing display name for this rule.

Definition

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

Property Value

String

Implements

IProcessRule.DisplayName

Remarks

The display name appears in RuleName and is suitable for use in tooltips, annotations, and status messages shown to end users.

See Also