Share via


LinksControlBase.ListViewItemComparer.IsAscending Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property IsAscending As Boolean
'Usage
Dim instance As LinksControlBase.ListViewItemComparer 
Dim value As Boolean 

value = instance.IsAscending

instance.IsAscending = value
public bool IsAscending { get; set; }
public:
property bool IsAscending {
    bool get ();
    void set (bool value);
}
public function get IsAscending () : boolean 
public function set IsAscending (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LinksControlBase.ListViewItemComparer Class

LinksControlBase.ListViewItemComparer Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace