OPC Studio 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
 
<NotNullAttribute()>
Public ReadOnly Property Fields As Collection(Of UAStructureField)
'Usage
 
Dim instance As UAStructureDefinition
Dim value As Collection(Of UAStructureField)
 
value = instance.Fields
[NotNull()]
public Collection<UAStructureField> Fields {get;}
[NotNull()]
public:
property Collection<UAStructureField^>^ Fields {
   Collection<UAStructureField^>^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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