EasyUA Reference
VariableCopyPolicy Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : VariableCopyPolicy Enumeration

Glossary Item Box

Specifies the policies to use when handling reads and write to value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As VariableCopyPolicy
C# 
[FlagsAttribute()]
public enum VariableCopyPolicy : System.Enum 

Members

MemberDescription
Always Data is copied when it is written and when it is read.
CopyOnRead The value is copied when is is read.
CopyOnWrite The value is copied before it is written.
Never The value is never copied (only useful for value types that do not contain reference types).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.VariableCopyPolicy

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.