ArcFM Responder Mobile Developer Guide
ActionName Property






The event with which the action handler has been associated.
Syntax
'Declaration
 
Public Property ActionName As System.String
'Usage
 
Dim instance As ActionHandler
Dim value As System.String
 
instance.ActionName = value
 
value = instance.ActionName
public System.string ActionName {get; set;}
public read-write property ActionName: System.String; 
public function get,set ActionName : System.String
public: __property System.string* get_ActionName();
public: __property void set_ActionName( 
   System.string* value
);
public:
property System.String^ ActionName {
   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

ActionHandler Class
ActionHandler Members

Send Feedback