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



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

Parameters

applicationRecord
The OPC UA application record.
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