'Declaration
Public ReadOnly Property ValueRank As Integer
'Usage
Dim instance As UADataVariable Dim value As Integer value = instance.ValueRank
public int ValueRank {get;}
Property Value
The value rank, derived from the number of dimensions in ArrayDimensions.The default value of this property is -1
.