SortFieldCollection.Item Property (String)
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
fieldName As String _
) As SortField
public SortField this[
string fieldName
] { get; }
public:
property SortField^ Item[String^ fieldName] {
SortField^ get (String^ fieldName);
}
member Item :
fieldName:string -> SortField with get
JScript does not support indexed properties.
Parameters
- fieldName
Type: System.String
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Controls.SortField
Returns SortField.
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace