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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.