IRowSet.Item Property (Int32)

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

Syntax

‘선언
ReadOnly Default Property Item ( _
    column As Integer _
) As String
    Get
string this[
    int column
] { get; }
property String^ default[int column] {
    String^ get (int column);
}
abstract Item : string
JScript does not support indexed properties.

Parameters

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IRowSet Interface

Item Overload

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace