Opc.Ua.Core
Lock Property (BaseVariableValue)



Opc.Ua Namespace > BaseVariableValue Class : Lock Property
An object used to synchronize access to the value.
Syntax
'Declaration
 
Public ReadOnly Property Lock As Object
'Usage
 
Dim instance As BaseVariableValue
Dim value As Object
 
value = instance.Lock
public object Lock {get;}
public:
property Object^ Lock {
   Object^ get();
}
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

BaseVariableValue Class
BaseVariableValue Members