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

Glossary Item Box

The behavoir to use when reading or writing all or part of the object.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableState
Dim value As VariableCopyPolicy
 
instance.CopyPolicy = value
 
value = instance.CopyPolicy
C# 
public VariableCopyPolicy CopyPolicy {get; set;}

Property Value

The copy policy that specifies the policies to use when handling reads and write to value.

Remarks

This value is ignored if the OnReadValue or OnWriteValue event handlers are provided.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.