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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute("sort")>
Public Property sort As RelatedListSort()
Visual Basic (Usage)Copy Code
Dim instance As RelatedList
Dim value() As RelatedListSort
 
instance.sort = value
 
value = instance.sort
C# 
[XmlElementAttribute("sort")]
public RelatedListSort[] sort {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute("sort")]
public: __property RelatedListSort*[]* get_sort();
public: __property void set_sort( 
   RelatedListSort*[]* value
);
C++/CLI 
[XmlElementAttribute("sort")]
public:
property array<RelatedListSort^>^ sort {
   array<RelatedListSort^>^ get();
   void set (    array<RelatedListSort^>^ 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.