Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that can be used to synchronize access to the collection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
object ICollection.SyncRoot { get; }
private:
property Object^ SyncRoot {
virtual Object^ get() sealed = ICollection::SyncRoot::get;
}
Private ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot
Property Value
Type: System.Object
An Object that can be used to synchronize access to the collection.
Implements
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top