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