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



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