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
- 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.