Opc.Ua.Core
NamespaceIndex Property (NodeId)



Opc.Ua Namespace > NodeId Class : NamespaceIndex Property
The index of the namespace URI in the server's namespace array.
Syntax
'Declaration
 
Public ReadOnly Property NamespaceIndex As UShort
'Usage
 
Dim instance As NodeId
Dim value As UShort
 
value = instance.NamespaceIndex
public ushort NamespaceIndex {get;}
public:
property ushort NamespaceIndex {
   ushort get();
}
Remarks
The index of the namespace URI in the server's namespace array.
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

NodeId Class
NodeId Members