←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly