QuickOPC User's Guide and Reference
UAApplicationRecordDataType Constructor(UANodeId,UAApplicationElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > UAApplicationRecordDataType Class > UAApplicationRecordDataType Constructor : UAApplicationRecordDataType Constructor(UANodeId,UAApplicationElement)
The unique identifier assigned by the GDS to the record.
The OPC UA application element.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicationId As UANodeId, _
   ByVal applicationElement As UAApplicationElement _
)
'Usage
 
Dim applicationId As UANodeId
Dim applicationElement As UAApplicationElement
 
Dim instance As New UAApplicationRecordDataType(applicationId, applicationElement)
public UAApplicationRecordDataType( 
   UANodeId applicationId,
   UAApplicationElement applicationElement
)
public:
UAApplicationRecordDataType( 
   UANodeId^ applicationId,
   UAApplicationElement^ applicationElement
)

Parameters

applicationId
The unique identifier assigned by the GDS to the record.
applicationElement
The OPC UA application element.
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