ArcFM Responder Mobile Developer Guide
Object Property (PersistentCacheObject)






Syntax
'Declaration
 
Public Property Object As System.Object
'Usage
 
Dim instance As PersistentCacheObject
Dim value As System.Object
 
instance.Object = value
 
value = instance.Object
public System.object Object {get; set;}
public read-write property Object: System.TObject; 
public function get,set Object : System.Object
public: __property System.Object* get_Object();
public: __property void set_Object( 
   System.Object* value
);
public:
property System.Object^ Object {
   System.Object^ get();
   void set (    System.Object^ value);
}
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

PersistentCacheObject Class
PersistentCacheObject Members

Send Feedback