The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PermissionSet::IsSynchronized Property
.NET Framework (current version)
Gets a value indicating whether the collection is guaranteed to be thread safe.
Assembly: mscorlib (in mscorlib.dll)
Implements
ICollection::IsSynchronizedPermissionSet does not automatically handle thread safety, so this property is always false.
This method is required to support ICollection.
The following code example shows the value returned by the IsSynchronized property. This code example is part of a larger example provided for the PermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: