Opc.Ua.Core
CopyPolicy Property (BaseVariableState)



Opc.Ua Namespace > BaseVariableState Class : CopyPolicy Property
The behavior to use when reading or writing all or part of the object.
Syntax
'Declaration
 
Public Property CopyPolicy As VariableCopyPolicy
'Usage
 
Dim instance As BaseVariableState
Dim value As VariableCopyPolicy
 
instance.CopyPolicy = value
 
value = instance.CopyPolicy
public VariableCopyPolicy CopyPolicy {get; set;}
public:
property VariableCopyPolicy CopyPolicy {
   VariableCopyPolicy get();
   void set (    VariableCopyPolicy value);
}

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, 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