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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureTypeInfo Class : StructureType Property
The type of structure defined by the data type.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property StructureType As UAStructureType
'Usage
 
Dim instance As UAStructureTypeInfo
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