'Declaration
<NotNullAttribute()> Public ReadOnly Property ArrayDimensions As Int32Collection
'Usage
Dim instance As UADataVariable Dim value As Int32Collection value = instance.ArrayDimensions
[NotNull()] public Int32Collection ArrayDimensions {get;}
[NotNull()] public: property Int32Collection^ ArrayDimensions { Int32Collection^ get(); }
Property Value
A collection of integers where each integer represents the maximum size of the array in that dimension, or 0 if the maximum is unknown.The value of this property cannot be null
(Nothing
in Visual Basic).