Share via


StandardTableKeyNames.Line Field

Definition

The line number associated with a table-entry.

public: System::String ^ Line;
std::wstring Line;
public const string Line;
val mutable Line : string
Public Const Line As String 

Field Value

Remarks

The raw value should be an integer. The first line of a file should be line 0.

Applies to