QuickOPC User's Guide and Reference
ApplicationId Property (UAApplicationRecordDataType)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > UAApplicationRecordDataType Class : ApplicationId Property
The unique identifier assigned by the GDS to the record.
Syntax
'Declaration
 
Public Property ApplicationId As UANodeId
'Usage
 
Dim instance As UAApplicationRecordDataType
Dim value As UANodeId
 
instance.ApplicationId = value
 
value = instance.ApplicationId
public UANodeId ApplicationId {get; set;}
public:
property UANodeId^ ApplicationId {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
Remarks

"This NodeId may be passed to other Methods."

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