EasyUA Reference
NodeStateFactory Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > SystemContext Class : NodeStateFactory Property

Glossary Item Box

A factory that can be used to create node instances.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SystemContext
Dim value As NodeStateFactory
 
instance.NodeStateFactory = value
 
value = instance.NodeStateFactory
C# 
public NodeStateFactory NodeStateFactory {get; set;}

Property Value

The node state factory.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.