RowSet.Item Property (Int32, Int32)

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    column As Integer, _
    row As Integer _
) As Object
public Object this[
    int column,
    int row
] { get; }
public:
virtual property Object^ default[int column, int row] {
    Object^ get (int column, int row) sealed;
}
abstract Item : Object
override Item : Object
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object

Implements

IRowSet.Item[Int32, Int32]

.NET Framework Security

See Also

Reference

RowSet Class

Item Overload

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace