Opc.Ua.Core
NamespaceIndex Property (QualifiedName)



Opc.Ua Namespace > QualifiedName Class : NamespaceIndex Property
The index of the namespace that qualifies the name.
Syntax
'Declaration
 
Public ReadOnly Property NamespaceIndex As UShort
'Usage
 
Dim instance As QualifiedName
Dim value As UShort
 
value = instance.NamespaceIndex
public ushort NamespaceIndex {get;}
public:
property ushort NamespaceIndex {
   ushort get();
}
Remarks
The index of the namespace that qualifies the name.
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 Class
QualifiedName Members