Opc.Ua.Core
NodeIdFactory Property (ISystemContext)



Opc.Ua Namespace > ISystemContext Interface : NodeIdFactory Property
A factory that can be used to create node ids.
Syntax
'Declaration
 
ReadOnly Property NodeIdFactory As INodeIdFactory
'Usage
 
Dim instance As ISystemContext
Dim value As INodeIdFactory
 
value = instance.NodeIdFactory
INodeIdFactory NodeIdFactory {get;}
property INodeIdFactory^ NodeIdFactory {
   INodeIdFactory^ get();
}

Property Value

The node identifiers factory.
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

ISystemContext Interface
ISystemContext Members