VTimeZoneCollection.SyncRoot Property

ICollection.SyncRoot implementation

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public Object SyncRoot { get; }

Property Value

Object

Implements

ICollection.SyncRoot

Remarks

This provides a less efficient way of synchronizing access to the collection

See Also