[]
Gets an object that can be used to synchronize access to the ReportItemCollection.
public virtual object SyncRoot { get; }
Type | Description |
---|---|
object | An object that can be used to synchronize access to the ReportItemCollection. |
ReportItemCollection collection = new ReportItemCollection();
object syncRoot = collection.SyncRoot;