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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureDefinition Class : StructureType Property
The type of structure (a structure without or with optional fields, or a union).
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property StructureType As UAStructureType
'Usage
 
Dim instance As UAStructureDefinition
Dim value As UAStructureType
 
instance.StructureType = value
 
value = instance.StructureType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UAStructureType StructureType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
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