Read only property returning whether synchronized (thread-safe) read-write access to the Collection is available. Will always return false. Use the SelectedThumbnailItemCollectionEnumerator and its Lock method to access the SelectedThumbnailItemCollection in a read-only thread safe manner.
Syntax
public virtual bool IsSynchronized {get;}
public: __property virtual bool get_IsSynchronized();
public:
virtual property bool IsSynchronized {
bool get();
}
Property Value
Will always return false
See Also