ArcFM Responder Mobile Developer Guide
SortByTaskProperty Property






Gets or sets the field/property of the Miner.Miner.Tasks.ViewModel.TaskViewModel to sort by.This property gets or sets the field/property of the Miner.Tasks.ViewModel.TaskViewModel to sort by.
Syntax
'Declaration
 
Public Property SortByTaskProperty As System.String
'Usage
 
Dim instance As SortProperties
Dim value As System.String
 
instance.SortByTaskProperty = value
 
value = instance.SortByTaskProperty
public System.string SortByTaskProperty {get; set;}
public read-write property SortByTaskProperty: System.String; 
public function get,set SortByTaskProperty : System.String
public: __property System.string* get_SortByTaskProperty();
public: __property void set_SortByTaskProperty( 
   System.string* value
);
public:
property System.String^ SortByTaskProperty {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
If set the Sort ComboBox will attempt to sort by that field/property of the Miner.Miner.Tasks.ViewModel.TaskViewModel
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

SortProperties Class
SortProperties Members

Send Feedback