ArcFM Responder Mobile Developer Guide
TagAndGroundStepID Property






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

TagGroundStepsArchiveObject Class
TagGroundStepsArchiveObject Members

Send Feedback