SPGroupCollection.Item property
Gets the specified group object from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets the group object at the specified index in the collection. | |
Item[String] | Gets the group object that has the specified name from the collection. |
Top