Issue.

RuleName Property

Summary

Gets the name of the rule of the issue. Can be null or System.String.Empty if the issue provider provides no rule.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
Issue

Syntax

public string RuleName { get; }

Value

Type Description
string
GitHub