ArcFM Responder Mobile Developer Guide
Conditions Property (SortProperties)






Gets the conditions on which to sort. This property gets the conditions on which to sort.
Syntax
'Declaration
 
Public Property Conditions As System.Collections.Generic.IList(Of SortCondition)
'Usage
 
Dim instance As SortProperties
Dim value As System.Collections.Generic.IList(Of SortCondition)
 
instance.Conditions = value
 
value = instance.Conditions
public System.Collections.Generic.IList<SortCondition> Conditions {get; set;}
public read-write property Conditions: System.Collections.Generic.IList; 
public function get,set Conditions : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<SortCondition*>* get_Conditions();
public: __property void set_Conditions( 
   System.Collections.Generic.IList<SortCondition*>* value
);
public:
property System.Collections.Generic.IList<SortCondition^>^ Conditions {
   System.Collections.Generic.IList<SortCondition^>^ get();
   void set (    System.Collections.Generic.IList<SortCondition^>^ 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

SortProperties Class
SortProperties Members

Send Feedback