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



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