Opc.Ua.Core
NodeIdFactory Property (SystemContext)



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

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

SystemContext Class
SystemContext Members