OPC Labs EasyOPC-UA Library
UANamespaceQualified Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > UANodeId Object : UANamespaceQualified Interface
Description
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.

Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether the entity resides in the standard OPC UA namespace.

 

DISPID (Dispatch ID):

 

For more information, see IsStandard in .NET Reference.

Namespace index. Can be used to determine the namespace instead of namespace URI. Not recommended.

 

DISPID (Dispatch ID):

 

For more information, see NamespaceIndex in .NET Reference.

Namespace URI string. Determines the namespace of the node Id.

 

DISPID (Dispatch ID):

 

For more information, see NamespaceUriString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Remarks

For remarks, see _UANamespaceQualified in .NET Reference.

See Also

UANodeId Object