ArcFM Responder Mobile Developer Guide
QsCanOnlyExecuteifCached Property






query services can only "execute" this request if it already has a cached value. if it doesn't have the value it will ask ds for it.
Syntax
'Declaration
 
Public Property QsCanOnlyExecuteifCached As System.Boolean
'Usage
 
Dim instance As UseQueryServicesAttribute
Dim value As System.Boolean
 
instance.QsCanOnlyExecuteifCached = value
 
value = instance.QsCanOnlyExecuteifCached
public System.bool QsCanOnlyExecuteifCached {get; set;}
public read-write property QsCanOnlyExecuteifCached: System.Boolean; 
public function get,set QsCanOnlyExecuteifCached : System.boolean
public: __property System.bool get_QsCanOnlyExecuteifCached();
public: __property void set_QsCanOnlyExecuteifCached( 
   System.bool value
);
public:
property System.bool QsCanOnlyExecuteifCached {
   System.bool get();
   void set (    System.bool 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

UseQueryServicesAttribute Class
UseQueryServicesAttribute Members

Send Feedback