QuickOPC User's Guide and Reference
SyncRoot Property (_List)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.ComTypes Namespace > _List Interface : SyncRoot Property
Syntax
'Declaration
 
<NotNullAttribute()>
Shadows ReadOnly Property SyncRoot As Object
'Usage
 
Dim instance As _List
Dim value As Object
 
value = instance.SyncRoot
[NotNull()]
new object SyncRoot {get;}
[NotNull()]
new property Object^ SyncRoot {
   Object^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also