HeaderCollection.SyncRoot Property

Definition

The SyncRoot property contains an object that is used to synchronize access to the collection. This implementation always returns the current instance of the HeaderCollection object.

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

Property Value

Implements

Applies to