suite4.net.FormDatabase Documentation

ITaskCollection.SortProperty Property

Specifies the ITask property to be used in a sort operation on the ITaskCollection.

[Visual Basic]
Property SortProperty As TaskSortProperty
[C#]
TaskSortProperty SortProperty {get; set;}

Property Value

Gets or sets the TaskSortProperty of the ITaskCollection. The default value is Title.

Remarks

This property is used in the Sort method in conjunction with the SortDirection property.

See Also

ITaskCollection Interface | suite4.net.FormDatabase Namespace