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



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