OPC Labs EasyOPC-UA Library
UAApplicationRecordDataType Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAApplicationRecordDataType Object
Description
Represents a record in the GDS (OPC UA Global Discovery Server).

 

ProgId: OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType
CLSID (Class ID): ab1cdccb-61ef-4664-a46d-002cf9686dae
Default interface: OpcLabs.EasyOpc.UA.Gds.ComTypes._UAApplicationRecordDataType
Event source interface:

 

For more information, see UAApplicationRecordDataType and OpcLabs.EasyOpc.UA.Gds.ComTypes._UAApplicationRecordDataType in .NET Reference.

Object Model

UAApplicationRecordDataType ObjectUANodeId ObjectUABrowsePath ObjectStringCollection CollectionStringCollection CollectionStringSet CollectionUAEndpointDescriptor ObjectUACertificateAcceptancePolicy ObjectUAEndpointSelectionPolicy ObjectNetworkSecurity ObjectPkiCertificate ObjectUserIdentity Object

Remarks

For remarks, see UAApplicationRecordDataType and OpcLabs.EasyOpc.UA.Gds.ComTypes._UAApplicationRecordDataType in .NET Reference.

Object creation

_UAApplicationRecordDataTypePtr UAApplicationRecordDataTypePtr(__uuidof(UAApplicationRecordDataType));
UAApplicationRecordDataType := CoUAApplicationRecordDataType.Create;
var UAApplicationRecordDataType = new ActiveXObject("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType");
UAApplicationRecordDataType := CoUAApplicationRecordDataType.Create;
$UAApplicationRecordDataType = Win32::OLE->new("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType");
$UAApplicationRecordDataType = new COM("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType");
OLEObject UAApplicationRecordDataType
UAApplicationRecordDataType = CREATE OLEObject
UAApplicationRecordDataType.ConnectToNewObject("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType")
UAApplicationRecordDataType = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType')
Dim UAApplicationRecordDataType As New OleObject ("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType")
Dim UAApplicationRecordDataType As New UAApplicationRecordDataType
UAApplicationRecordDataType = CREATEOBJECT("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType")
Dim UAApplicationRecordDataType As New UAApplicationRecordDataType
Dim UAApplicationRecordDataType: Set UAApplicationRecordDataType = CreateObject("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType")
UAApplicationRecordDataType := CreateObject("OpcLabs.EasyOpc.UA.Gds.UAApplicationRecordDataType")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Contains OPC UA application registration information.

 

IID (Interface ID): 5d1d840d-60f0-481c-9ddd-1a9f2df5cfda

 

For more information, see _UAApplicationElement in .NET Reference.

Example

For examples, see UAApplicationRecordDataType in .NET Reference.

See Also

UAApplicationRecordDataType Members