Action Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base type for an action.
public abstract class Action
type Action = class
Public MustInherit Class Action
- Inheritance
-
Action
- Derived
Constructors
Action(String, ActionType) |
Constructor for Action |
Properties
ActionType |
The type of derived action this base class can be cast to |
Id |
The id of the action |