Share via


SourceCodePosition.StartOffset Property

Gets the offset for the start of the definition in the source.

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

Syntax

'Declaration
Public ReadOnly Property StartOffset As Integer
public int StartOffset { get; }
public:
property int StartOffset {
    int get ();
}
member StartOffset : int
function get StartOffset () : int

Property Value

Type: System.Int32
The offset for the start of the definition.

.NET Framework Security

See Also

Reference

SourceCodePosition Class

Microsoft.Data.Schema.SchemaModel Namespace