ThreadSafeReadOnlyObservableCollection<T>.ICollection.IsSynchronized Property
Indicates whether the collection is synchronized.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
bool ICollection.IsSynchronized { get; }
private:
property bool IsSynchronized {
virtual bool get() sealed = ICollection::IsSynchronized::get;
}
Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Property Value
Type: System.Boolean
true if the collection is synchronized; otherwise, false.
Implements
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top