PrincipalCollection.SyncRoot Property

Definition

Returns a synchronization object that can be used to synchronize access to this 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

Returns the PrincipalCollection object itself.

Applies to