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