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::Count Property
.NET Framework (current version)
Gets the number of permission objects contained in the permission set.
Assembly: mscorlib (in mscorlib.dll)
Implements
ICollection::CountIn the None or Unrestricted state this returns zero, because no actual permission object instances are used.
The following code example shows the use of the Count property to get the number of permission objects in a permission set. 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: