Share via


ISourceInformation.StartLine Property

Gets the number of the line for the start of the element in the source.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property StartLine As Integer
int StartLine { get; }
property int StartLine {
    int get ();
}
abstract StartLine : int
function get StartLine () : int

Property Value

Type: System.Int32
An Int32 value.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

StartColumn