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



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

Parameters

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