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
- 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.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
Length