OPC Studio User's Guide and Reference
StructureType Property (UAStructureTypeInfo)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureTypeInfo Class : StructureType Property
The type of structure defined by the data type.
Syntax
'Declaration
 
Public Property StructureType As UAStructureType
 
'Usage
 
Dim instance As UAStructureTypeInfo
Dim value As UAStructureType
 
instance.StructureType = value
 
value = instance.StructureType

Property Value

The default value of this property is Structure (UAStructureType.Structure).

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