HttpDiagnosticSourceLocation.ColumnNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the column number.
public:
property unsigned long long ColumnNumber { unsigned long long get(); };
uint64_t ColumnNumber();
public ulong ColumnNumber { get; }
var uInt64 = httpDiagnosticSourceLocation.columnNumber;
Public ReadOnly Property ColumnNumber As ULong
Property Value
The column number.