Share via


ISourceInformation.Offset Property

Gets the location in the source file for the start of the element.

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

Syntax

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

Property Value

Type: System.Int32
An Int32 value.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

Length

IModelElement