EasyUA Reference
GetAttributesToSave Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseVariableState Class : GetAttributesToSave Method

context
The context for the system being accessed.

Glossary Item Box

Returns a mask which indicates which attributes have non-default value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableState
Dim context As ISystemContext
Dim value As NodeState.AttributesToSave
 
value = instance.GetAttributesToSave(context)
C# 
public override NodeState.AttributesToSave GetAttributesToSave( 
   ISystemContext context
)

Parameters

context
The context for the system being accessed.

Return Value

A mask that specifies the available attributes.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.