EasyUA Reference
QualifiedName Class
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : QualifiedName Class

Glossary Item Box

A name qualified with a namespace.

Object Model

QualifiedName ClassQualifiedName Class

Syntax

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.