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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureDefinition Class : Fields Property
The collection of fields that make up the data type.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public ReadOnly Property Fields As Collection(Of UAStructureField)
'Usage
 
Dim instance As UAStructureDefinition
Dim value As Collection(Of UAStructureField)
 
value = instance.Fields
[ElementsNotNull()]
[NotNull()]
public Collection<UAStructureField> Fields {get;}
[ElementsNotNull()]
[NotNull()]
public:
property Collection<UAStructureField^>^ Fields {
   Collection<UAStructureField^>^ get();
}
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