Share via


SourceCodePosition.Length Property

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

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

Syntax

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

Property Value

Type: System.Int32
The starting offset.

.NET Framework Security

See Also

Reference

SourceCodePosition Class

Microsoft.Data.Schema.SchemaModel Namespace