UIExtensionSiteCollection.System.Collections.ICollection.IsSynchronized Property
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Private ReadOnly Property System.Collections.ICollection.IsSynchronized As Boolean Implements ICollection.IsSynchronized
'Usage
Dim instance As UIExtensionSiteCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool System.Collections.ICollection.IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::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