ArcFM Responder Mobile Developer Guide
Filter Property (IFilterDataRequest)






Gets or sets the active filter for the request
Syntax
'Declaration
 
Property Filter As System.String
'Usage
 
Dim instance As IFilterDataRequest
Dim value As System.String
 
instance.Filter = value
 
value = instance.Filter
System.string Filter {get; set;}
read-write property Filter: System.String; 
function get,set Filter : System.String
__property System.string* get_Filter();
__property void set_Filter( 
   System.string* value
);
property System.String^ Filter {
   System.String^ get();
   void set (    System.String^ 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

IFilterDataRequest Interface
IFilterDataRequest Members

Send Feedback