SPUserCollection.Item Property
Include Protected Members
Include Inherited Members
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