ConfigurationElementCollection.SyncRoot Property

Definition

Gets an object used to synchronize access to the ConfigurationElementCollection.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Property Value

An object used to synchronize access to the ConfigurationElementCollection.

Implements

Applies to