Opc.Ua.Core
GetAttributesToSave Method (NodeState)



Opc.Ua Namespace > NodeState Class : GetAttributesToSave Method
The context for the system being accessed.
Returns a mask which indicates which attributes have non-default value.
Syntax
'Declaration
 
Public Overridable Function GetAttributesToSave( _
   ByVal context As ISystemContext _
) As NodeState.AttributesToSave
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim value As NodeState.AttributesToSave
 
value = instance.GetAttributesToSave(context)
public virtual NodeState.AttributesToSave GetAttributesToSave( 
   ISystemContext context
)
public:
virtual NodeState.AttributesToSave GetAttributesToSave( 
   ISystemContext^ context
) 

Parameters

context
The context for the system being accessed.

Return Value

A mask the specifies the available attributes.
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