Extended Binding ListTSync Root Property
This returns an object that can be used to synchronize access to the collection
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public Object SyncRoot { get; }VB
Public ReadOnly Property SyncRoot As Object
GetC++
public:
property Object^ SyncRoot {
Object^ get ();
}F#
member SyncRoot : Object with get