ElementSource.Offset Property
Gets the offset the element started in the file.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Offset As Integer
Get
'Usage
Dim instance As ElementSource
Dim value As Integer
value = instance.Offset
public abstract int Offset { get; }
public:
virtual property int Offset {
int get () abstract;
}
abstract function get Offset () : int
abstract Offset : int
Property Value
Type: System.Int32
.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.