NDepend.API Documentation
ColumnsNames Property (IIssue)
NDepend.Issue Namespace > IIssue Interface : ColumnsNames Property
Gets the columns names corresponding to this issue Record.
Syntax
IReadOnlyList<string> ColumnsNames {get;}

Property Value

Returns the column names if GetIssues(IRule,IQueryExecutionSuccessResult,IssueReferenceRecord) has been called with the value IssueReferenceRecord.IssueReferenceRecord.Yes, else returns null.
The columns names are the same than the ones obtained through NDepend.CodeQuery.IQueryExecutionSuccessResult.NDepend.CodeQuery.IQueryExecutionSuccessResult.ColumnsNames.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IIssue Interface
IIssue Members
ColumnsNames Property