VBFixedArrayAttribute.Length Property
Returns the size of the array.
Public ReadOnly Property Length As Integer
Property Value
Contains an integer that represents the number of elements in the array.
Remarks
The constructor sets this property when the VBFixedArrayAttribute is applied to an array.
Requirements
Namespace: Microsoft.VisualBasic
**Class:**VBFixedArrayAttribute
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Concepts
Attributes Used in Visual Basic