Windward Engine API Reference
ascending Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > RelatedListSort Class : ascending Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property ascending As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RelatedListSort
Dim value As Boolean
 
instance.ascending = value
 
value = instance.ascending
C# 
public bool ascending {get; set;}
Managed Extensions for C++ 
public: __property bool get_ascending();
public: __property void set_ascending( 
   bool value
);
C++/CLI 
public:
property bool ascending {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.