PagingInfoOrderAsc Property |
Gets or sets a value indicating whether items should be order asc or not.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public bool OrderAsc { get; set; }
Public Property OrderAsc As Boolean
Get
Set
public:
property bool OrderAsc {
bool get ();
void set (bool value);
}
member OrderAsc : bool with get, set
Property Value
Type:
BooleanSee Also