Opc.Ua.Core
ChangeMasks Property



Opc.Ua Namespace > NodeState Class : ChangeMasks Property
What has changed in the node since ClearChangeMasks was last called.
Syntax
'Declaration
 
Public ReadOnly Property ChangeMasks As NodeStateChangeMasks
'Usage
 
Dim instance As NodeState
Dim value As NodeStateChangeMasks
 
value = instance.ChangeMasks
public NodeStateChangeMasks ChangeMasks {get;}
public:
property NodeStateChangeMasks ChangeMasks {
   NodeStateChangeMasks get();
}

Property Value

The change masks that indicates what has changed in a node.
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

NodeState Class
NodeState Members