| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As BaseVariableState Dim value As ReadOnlyList(Of UInteger) instance.ArrayDimensions = value value = instance.ArrayDimensions | |
| C# | |
|---|---|
| public ReadOnlyList<uint> ArrayDimensions {get; set;} | |
Property Value
The array dimensions.
            If the Value Rank does not identify an array of a specific dimension (i.e. ValueRank <= 0)
            the Array Dimensions attribute can either be set to null or the attribute is missing. This behaviour is vendor-specific.
            If the Value Rank attribute specifies an array of a specific dimension (i.e. ValueRank > 0) then the Array Dimensions
            attribute shall be specified in the table defining the Variable.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    