SortFieldCollection.Item Property (String)

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    fieldName As String _
) As SortField
public SortField this[
    string fieldName
] { get; }
public:
property SortField^ default[String^ fieldName] {
    SortField^ get (String^ fieldName);
}
member Item : 
        fieldName:string -> SortField with get
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Controls.SortField
Returns SortField.

.NET Framework Security

See Also

Reference

SortFieldCollection Class

Item Overload

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace