Opc.Ua.Core
NodeStateFactory Property (SystemContext)



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

Property Value

The node state 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