Opc.Ua.Core
ServerIndex Property



Opc.Ua Namespace > ExpandedNodeId Class : ServerIndex Property
The index of the server where the node exists.
Syntax
'Declaration
 
Public ReadOnly Property ServerIndex As UInteger
'Usage
 
Dim instance As ExpandedNodeId
Dim value As UInteger
 
value = instance.ServerIndex
public uint ServerIndex {get;}
public:
property uint ServerIndex {
   uint get();
}
Remarks
Returns the index of the server where the node resides
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

ExpandedNodeId Class
ExpandedNodeId Members