ProviderCollection.SyncRoot Property

Definition

Gets the current object.

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

Property Value

The current object.

Implements

Remarks

This property is included to fulfill the ICollection interface.

Applies to

See also