QueryBasedCollection<T>.Item Property
Include Protected Members
Include Inherited Members
Gets an item from the collection.
Overload List
Name | Description | |
---|---|---|
Item[Int32] | Gets the item at the specified index. (Inherited from CollectionBase<T>.) | |
Item[Guid] | Gets an item by its unique identifier (ID). | |
Item[String] | Gets an item by its Web-relative URL. |
Top