ArcFM Responder Mobile Developer Guide
AllowCaching Property






Gets or sets a value indicating whether caching is allowed.
Syntax
'Declaration
 
Protected Overridable Property AllowCaching As System.Boolean
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim value As System.Boolean
 
instance.AllowCaching = value
 
value = instance.AllowCaching
protected virtual System.bool AllowCaching {get; set;}
protected read-write property AllowCaching: System.Boolean; virtual; 
protected function get,set AllowCaching : System.boolean
protected: __property virtual System.bool get_AllowCaching();
protected: __property virtual void set_AllowCaching( 
   System.bool value
);
protected:
virtual property System.bool AllowCaching {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if [allow caching]; otherwise, false.
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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

Send Feedback