RowSet.Item Property (Int32)
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
‘선언
Public ReadOnly Default Property Item ( _
column As Integer _
) As String
Get
public string this[
int column
] { get; }
public:
virtual property String^ default[int column] {
String^ get (int column) sealed;
}
abstract Item : string
override Item : string
JScript does not support indexed properties.
Parameters
- column
Type: System.Int32
Property Value
Type: System.String
Implements
.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.