ActiveDatabaseSoftware.ActiveQueryBuilder.Web.Server.Models Namespace > FieldListOptions Class : SortType Property |
'Declaration Public Property SortType As FieldListSortType
'Usage Dim instance As FieldListOptions Dim value As FieldListSortType instance.SortType = value value = instance.SortType
public FieldListSortType SortType {get; set;}
public: __property FieldListSortType get_SortType(); public: __property void set_SortType( FieldListSortType value );