ArcFM Responder Mobile Developer Guide
ActionType Property






Indicates what type of process (e.g. Reconcile, Post) has raised this event.
Syntax
'Declaration
 
Public Property ActionType As ActionType
'Usage
 
Dim instance As ActionHandler
Dim value As ActionType
 
instance.ActionType = value
 
value = instance.ActionType
public ActionType ActionType {get; set;}
public read-write property ActionType: ActionType; 
public function get,set ActionType : ActionType
public: __property ActionType get_ActionType();
public: __property void set_ActionType( 
   ActionType value
);
public:
property ActionType ActionType {
   ActionType get();
   void set (    ActionType 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