| HandlerElementActions Property |
Gets the list of actions to be executed.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic ActionCollection Actions { get; }Public ReadOnly Property Actions As ActionCollection
Get
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
}member Actions : ActionCollection with get
Property Value
Type:
ActionCollection
The actions.
See Also