PrincipalCollection.ICollection.IsSynchronized Property
Definition
Always returns false
. It is up to the application to synchronize access to this collection.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
[get: System.Security.SecurityCritical]
bool System.Collections.ICollection.IsSynchronized { get; }
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Property Value
Always false
.
Implements
- Attributes