ArcFM Responder Mobile Developer Guide
ResponderDataQueries Property






Base and additional queries
Syntax
'Declaration
 
Protected ReadOnly Property ResponderDataQueries As System.Collections.Generic.IList(Of BaseQuery)
'Usage
 
Dim instance As FindAllDataRequest
Dim value As System.Collections.Generic.IList(Of BaseQuery)
 
value = instance.ResponderDataQueries
protected System.Collections.Generic.IList<BaseQuery> ResponderDataQueries {get;}
protected read-only property ResponderDataQueries: System.Collections.Generic.IList; 
protected function get ResponderDataQueries : System.Collections.Generic.IList
protected: __property System.Collections.Generic.IList<BaseQuery*>* get_ResponderDataQueries();
protected:
property System.Collections.Generic.IList<BaseQuery^>^ ResponderDataQueries {
   System.Collections.Generic.IList<BaseQuery^>^ get();
}

Property Value

Array of queries
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

FindAllDataRequest Class
FindAllDataRequest Members

Send Feedback