UIExtensionSiteCollection.System.Collections.ICollection.SyncRoot Property

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Private ReadOnly Property System.Collections.ICollection.SyncRoot As Object Implements ICollection.SyncRoot
'Usage
Dim instance As UIExtensionSiteCollection
Dim value As Object

value = CType(instance, ICollection).SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ System.Collections.ICollection.SyncRoot {
    Object^ get () sealed = ICollection::SyncRoot::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

UIExtensionSiteCollection Class
UIExtensionSiteCollection Members
Microsoft.Practices.CompositeUI Namespace