Ascending Property

Summary
Gets or sets the order of sorting.
Syntax
C#
VB
C++
public bool Ascending { get; set; } 
  
Public Property Ascending As Boolean 
public: 
property bool Ascending { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to sort the event logs in ascending order, from lowest value to highest value. False to sort the event logs in descending order, from highest value to lowest value.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.