ArcFM Responder Mobile Developer Guide
IMMMobileObject3_PacketId Property






Syntax
'Declaration
 
Public Overridable Property IMMMobileObject3_PacketId As System.String
'Usage
 
Dim instance As clsMobileClass
Dim value As System.String
 
instance.IMMMobileObject3_PacketId = value
 
value = instance.IMMMobileObject3_PacketId
public virtual System.string IMMMobileObject3_PacketId {get; set;}
public read-write property IMMMobileObject3_PacketId: System.String; virtual; 
public function get,set IMMMobileObject3_PacketId : System.String
public: __property virtual System.string* get_IMMMobileObject3_PacketId();
public: __property virtual void set_IMMMobileObject3_PacketId( 
   System.string* value
);
public:
virtual property System.String^ IMMMobileObject3_PacketId {
   System.String^ get();
   void set (    System.String^ 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

clsMobileClass Class
clsMobileClass Members

Send Feedback