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



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