SPWorkItemCollection.Item property
Gets a specific SPWorkItem object in the collection.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets a specific SPWorkItem object in the collection by using a globally unique identifier (GUID). | |
Item[Int32] | Gets a specific SPWorkItem object in the collection by its index into the collection. |
Top