PagedItemsRowSets.Item Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As PagedItemsRowSetNames _
) As IRowSet
public IRowSet this[
PagedItemsRowSetNames name
] { get; }
public:
virtual property IRowSet^ default[PagedItemsRowSetNames name] {
IRowSet^ get (PagedItemsRowSetNames name) sealed;
}
abstract Item : IRowSet
override Item : IRowSet
JScript does not support indexed properties.
Parameters
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.IRowSet
Implements
IPagedItemsRowSets.Item[PagedItemsRowSetNames]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.