ArcFM Responder Mobile Developer Guide
DoesCacheIdentifiers Property






Gets a value indicating if identifiers may be cached.
Syntax
'Declaration
 
Public Shared ReadOnly Property DoesCacheIdentifiers As System.Boolean
'Usage
 
Dim value As System.Boolean
 
value = FeatureIdentification.DoesCacheIdentifiers
public static System.bool DoesCacheIdentifiers {get;}
public read-only property DoesCacheIdentifiers: System.Boolean; static; 
public static function get DoesCacheIdentifiers : System.boolean
public: __property static System.bool get_DoesCacheIdentifiers();
public:
static property System.bool DoesCacheIdentifiers {
   System.bool get();
}

Property Value

true if identifiers are cached; 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

FeatureIdentification Class
FeatureIdentification Members

Send Feedback