ArcFM Responder Mobile Developer Guide
SortProperties Property






Syntax
'Declaration
 
Public Property SortProperties As SortProperties
'Usage
 
Dim instance As SortComboBoxItem
Dim value As SortProperties
 
instance.SortProperties = value
 
value = instance.SortProperties
public SortProperties SortProperties {get; set;}
public read-write property SortProperties: SortProperties; 
public function get,set SortProperties : SortProperties
public: __property SortProperties* get_SortProperties();
public: __property void set_SortProperties( 
   SortProperties* value
);
public:
property SortProperties^ SortProperties {
   SortProperties^ get();
   void set (    SortProperties^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SortComboBoxItem Class
SortComboBoxItem Members

Send Feedback