Opc.Ua.Core
QualifiedName Class
Members 



Opc.Ua Namespace : QualifiedName Class
A name qualified with a namespace.
Object Model
QualifiedName ClassQualifiedName Class
Syntax
'Declaration
 
<DataContractAttribute("http://opcfoundation.org/UA/2008/02/Types.xsd")>
Public Class QualifiedName 
'Usage
 
Dim instance As QualifiedName
[DataContract("http://opcfoundation.org/UA/2008/02/Types.xsd")]
public class QualifiedName 
[DataContract("http://opcfoundation.org/UA/2008/02/Types.xsd")]
public ref class QualifiedName 
Remarks

The QualifiedName is defined in Part 3 - Address Space Model, Section 7.3, titled Qualified Name.

The QualifiedName is a simple wrapper class that is used to generate a fully-qualified name for any type that has a name.

A Fully Qualified name is one that consists of a name, and an index of which namespace (within a namespace table) this name belongs to. For example
Namespace Index = 1
Name = MyName
becomes:
1:MyName

Inheritance Hierarchy

System.Object
   Opc.Ua.QualifiedName

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QualifiedName Members
Opc.Ua Namespace