ArcFM Responder Mobile Developer Guide
DoesCacheIdentities Property (FeatureIdentificationProvider)






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

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

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

Send Feedback