ArcFM Responder Mobile Developer Guide
DoesCacheIdentities Property (CachingFeatureIdentificationProvider)






Gets a value indicating whether the provider caches identities.
Syntax
'Declaration
 
Public Overrides ReadOnly Property DoesCacheIdentities As System.Boolean
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim value As System.Boolean
 
value = instance.DoesCacheIdentities
public override System.bool DoesCacheIdentities {get;}
public read-only property DoesCacheIdentities: System.Boolean; override; 
public override function get DoesCacheIdentities : System.boolean
public: __property System.bool get_DoesCacheIdentities() override;
public:
property System.bool DoesCacheIdentities {
   System.bool get() override;
}

Property Value

true if the provider does cache identities; 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