Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

VBFixedArrayAttribute::Length Property

 

Returns the size of the array.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property int Length {
	int get();
}

Property Value

Type: System::Int32

Contains an integer that represents the number of elements in the array.

The constructor sets this property when the VBFixedArrayAttribute is applied to an array.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft