SPUserCollection.Item property
Gets the specified user object from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets the user object at the specified index in the collection. In C#, this property is an indexer for the SPUserCollection class. | |
Item[String] | Gets the user object with the specified user name from the collection. In C#, this property is an indexer for the SPUserCollection class. |
Top