ArcFM Responder Mobile Developer Guide
TruckID Property






Syntax
'Declaration
 
Public Property TruckID As System.Integer
'Usage
 
Dim instance As TrucksArchiveObject
Dim value As System.Integer
 
instance.TruckID = value
 
value = instance.TruckID
public System.int TruckID {get; set;}
public read-write property TruckID: System.Integer; 
public function get,set TruckID : System.int
public: __property System.int get_TruckID();
public: __property void set_TruckID( 
   System.int value
);
public:
property System.int TruckID {
   System.int get();
   void set (    System.int 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

TrucksArchiveObject Class
TrucksArchiveObject Members

Send Feedback