ExecuteAction 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.
Action.Execute.
public class ExecuteAction : Microsoft.Bot.Schema.SharePoint.BaseAction, Microsoft.Bot.Schema.SharePoint.IAction
type ExecuteAction = class
inherit BaseAction
interface IAction
Public Class ExecuteAction
Inherits BaseAction
Implements IAction
- Inheritance
- Implements
Constructors
ExecuteAction() |
Initializes a new instance of the ExecuteAction class. |
Properties
Parameters |
Gets or Sets the action parameters of type Dictionary<TKey,TValue>. |
Verb |
Gets or Sets the verb associated with this action of type String. |