SortField.SortType Property

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

Syntax

'Declaration
Public ReadOnly Property SortType As SortType
'Usage
Dim instance As SortField 
Dim value As SortType 

value = instance.SortType
public SortType SortType { get; }
public:
property SortType SortType {
    SortType get ();
}
public function get SortType () : SortType

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SortType

.NET Framework Security

See Also

Reference

SortField Class

SortField Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace