ArcFM Responder Mobile Developer Guide
ObjectIdMapCaching Property






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