PermissionSet::SyncRoot Property
.NET Framework (current version)
Gets the root object of the current collection.
Assembly: mscorlib (in mscorlib.dll)
Implements
ICollection::SyncRootThis method is required to support ICollection.
The following code example shows the use of SyncRoot property to get the root object of the current collection. 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: