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