OPC Labs EasyOPC-UA Library
UAQualifiedName Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAQualifiedName Object
Description
An OPC-UA name qualified by a namespace.

 

ProgId: OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName
CLSID (Class ID): 2673fda6-cda0-41d4-9d2f-bfd1b99eaaca
Default interface: OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedName
Event source interface:

 

For more information, see UAQualifiedName and OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedName in .NET Reference.

Remarks

For remarks, see UAQualifiedName and OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedName in .NET Reference.

Object creation

_UAQualifiedNamePtr UAQualifiedNamePtr(__uuidof(UAQualifiedName));
UAQualifiedName := CoUAQualifiedName.Create;
var UAQualifiedName = new ActiveXObject("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName");
UAQualifiedName := CoUAQualifiedName.Create;
$UAQualifiedName = Win32::OLE->new("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName");
$UAQualifiedName = new COM("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName");
OLEObject UAQualifiedName
UAQualifiedName = CREATE OLEObject
UAQualifiedName.ConnectToNewObject("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName")
UAQualifiedName = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName')
Dim UAQualifiedName As New OleObject ("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName")
Dim UAQualifiedName As New UAQualifiedName
UAQualifiedName = CREATEOBJECT("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName")
Dim UAQualifiedName As New UAQualifiedName
Dim UAQualifiedName: Set UAQualifiedName = CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName")
UAQualifiedName := CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName")
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): deb0e770-91fd-3cf6-9a6c-e6a3656f3965

 

For more information, see IComparable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Base class for objects that are qualified by an OPC UA namespace.

 

IID (Interface ID): 3183fb7b-4a61-4ae6-99da-5d458f9e4c8e

 

For more information, see _UANamespaceQualified in .NET Reference.

Example

For examples, see UAQualifiedName in .NET Reference.

See Also

UAQualifiedName Members