ArcFM Engine 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 Boolean
'Usage
 
Dim instance As UseQueryServicesAttribute
Dim value As Boolean
 
instance.QsCanOnlyExecuteifCached = value
 
value = instance.QsCanOnlyExecuteifCached
public bool QsCanOnlyExecuteifCached {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UseQueryServicesAttribute Class
UseQueryServicesAttribute Members

 

 


Send Comment