Share via


IPagedItemsRowSets.Item Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    name As PagedItemsRowSetNames _
) As IRowSet
IRowSet this[
    PagedItemsRowSetNames name
] { get; }
property IRowSet^ default[PagedItemsRowSetNames name] {
    IRowSet^ get (PagedItemsRowSetNames name);
}
abstract Item : IRowSet
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.IRowSet

.NET Framework Security

See Also

Reference

IPagedItemsRowSets Interface

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace