RecipientInfoCollection.SyncRoot Property

Definition

The SyncRoot property retrieves an Object object used to synchronize access to the RecipientInfoCollection collection.

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 object used to synchronize access to the RecipientInfoCollection collection.

Implements

Applies to