Visual Basic (Usage) | ![]() |
---|---|
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.
This value is ignored if the OnReadValue or OnWriteValue event handlers are provided.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x