
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QualifiedName |
C# | |
---|---|
[DataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", IsNamespaceSetExplicitly=true)] public class QualifiedName |
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
System.Object
Opc.Ua.QualifiedName
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x