ArcFM Responder Mobile Developer Guide
FeatureClassMapCaching Property






Syntax
'Declaration
 
Protected ReadOnly Property FeatureClassMapCaching As IMapperCaching(Of Integer,String)
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim value As IMapperCaching(Of Integer,String)
 
value = instance.FeatureClassMapCaching
protected IMapperCaching<int,string> FeatureClassMapCaching {get;}
protected read-only property FeatureClassMapCaching: IMapperCaching; 
protected function get FeatureClassMapCaching : IMapperCaching
protected: __property IMapperCaching<int,string*>* get_FeatureClassMapCaching();
protected:
property IMapperCaching<int,String^>^ FeatureClassMapCaching {
   IMapperCaching<int,String^>^ get();
}
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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members

Send Feedback