Share via


HttpDiagnosticSourceLocation.LineNumber Property

Definition

Gets the line number.

public:
 property unsigned long long LineNumber { unsigned long long get(); };
uint64_t LineNumber();
public ulong LineNumber { get; }
var uInt64 = httpDiagnosticSourceLocation.lineNumber;
Public ReadOnly Property LineNumber As ULong

Property Value

UInt64

unsigned long long

uint64_t

The line number.

Applies to