Share via


ISourceInformation.Length Property

Gets the length, in characters, of the element in the source file.

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

Syntax

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

Property Value

Type: System.Int32
An Int32 value.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

Length

IModelElement