ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDisplayChannels Class / SyncRoot Property




In This Topic
SyncRoot Property (ImGearDisplayChannels)
In This Topic
Gets an object that can be used to synchronize access to the collection.
Syntax
'Declaration
 
Public ReadOnly Property SyncRoot As Object
 
'Usage
 
Dim instance As ImGearDisplayChannels
Dim value As Object
 
value = instance.SyncRoot

Property Value

Object value.
See Also