OPC Studio User's Guide and Reference
ValueRank Property (UAStructureFieldInfo)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureFieldInfo Class : ValueRank Property
The value rank for the field.
Syntax
'Declaration
 
Public Property ValueRank As Integer
'Usage
 
Dim instance As UAStructureFieldInfo
Dim value As Integer
 
instance.ValueRank = value
 
value = instance.ValueRank
public int ValueRank {get; set;}
public:
property int ValueRank {
   int get();
   void set (    int value);
}

Property Value

The default value of this property is -1.

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also