QuickOPC User's Guide and Reference
UAEnumField Constructor(Int64,String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAEnumField Class > UAEnumField Constructor : UAEnumField Constructor(Int64,String)
The integer representation of an enumeration.
A name for the field that is unique within the enum definition.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Long, _
   ByVal name As String _
)
'Usage
 
Dim value As Long
Dim name As String
 
Dim instance As New UAEnumField(value, name)
public UAEnumField( 
   long value,
   string name
)
public:
UAEnumField( 
   int64 value,
   String^ name
)

Parameters

value
The integer representation of an enumeration.
name
A name for the field that is unique within the enum definition.
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