[]
Gets a value indicating whether access to the ReportItemCollection is synchronized (thread safe).
public virtual bool IsSynchronized { get; }
Type | Description |
---|---|
bool | A bool value. |
ReportItemCollection collection = new ReportItemCollection();
bool isSynchronized = collection.IsSynchronized;