SPPermissionCollection.Item property
NOTE: This API is now obsolete.
Gets the specified permission object in the collection.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Obsolete. Gets the permission object at the specified index in the collection. In C#, this property is an indexer for the SPPermissionCollection class. | |
Item[SPMember] | Obsolete. Gets the permission object with the specified member from the collection. In C#, this property is an indexer for the SPPermissionCollection class. |
Top