ApplicationTrustCollection.SyncRoot Eigenschaft
Definition
Ruft ein Objekt ab, mit dem der Zugriff auf die Auflistung synchronisiert werden kann.Gets an object that can be used to synchronize access to the collection.
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
Eigenschaftswert
Das Objekt, das zum Synchronisieren des Zugriffs auf die Auflistung verwendet werden soll.The object to use to synchronize access to the collection.
Implementiert
Hinweise
Die Standard Implementierung gibt das aktuelle Vertrauensstellungs Objekt der Anwendung zurück.The default implementation returns the current application trust object.