ArcFM Responder Mobile Developer Guide
Action Property (TagAndGroundStepsObject)






Syntax
'Declaration
 
Public Property Action As TagActionDomain
'Usage
 
Dim instance As TagAndGroundStepsObject
Dim value As TagActionDomain
 
instance.Action = value
 
value = instance.Action
public TagActionDomain Action {get; set;}
public read-write property Action: TagActionDomain; 
public function get,set Action : TagActionDomain
public: __property TagActionDomain get_Action();
public: __property void set_Action( 
   TagActionDomain value
);
public:
property TagActionDomain Action {
   TagActionDomain get();
   void set (    TagActionDomain 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

TagAndGroundStepsObject Class
TagAndGroundStepsObject Members

Send Feedback