PermissionSet::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether the collection is read-only.
Assembly: mscorlib (in mscorlib.dll)
A PermissionSet cannot be read-only, so this property is always false.
The following code example shows the value returned by the IsReadOnly 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: