Issue.

Column Property

Summary

Gets the column in the file where the issues has occurred. null if the issue affects the whole file or an assembly.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
Issue

Syntax

public Nullable<int> Column { get; }

Value

Type Description
Nullable<int>