QuickOPC User's Guide and Reference
StructureType Property (_UAStructureDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAStructureDefinition Interface : StructureType Property
The type of structure (a structure without or with optional fields, or a union).
Syntax
'Declaration
 
Property StructureType As UAStructureType
'Usage
 
Dim instance As _UAStructureDefinition
Dim value As UAStructureType
 
instance.StructureType = value
 
value = instance.StructureType
UAStructureType StructureType {get; set;}
property UAStructureType StructureType {
   UAStructureType get();
   void set (    UAStructureType value);
}
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