Opc.Ua.Core
GetAttributesToSave Method (BaseVariableState)



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

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

BaseVariableState Class
BaseVariableState Members