MessageBackAction 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.
Caution
This class is deprecated. Use MessageBackSubmitActionData instead. This will be removed in a future version of the SDK.
[System.Obsolete("This class is deprecated. Use MessageBackSubmitActionData instead. This will be removed in a future version of the SDK.")]
public class MessageBackAction : Microsoft.Teams.Cards.SubmitAction
[<System.Obsolete("This class is deprecated. Use MessageBackSubmitActionData instead. This will be removed in a future version of the SDK.")>]
type MessageBackAction = class
inherit SubmitAction
Public Class MessageBackAction
Inherits SubmitAction
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| MessageBackAction(String, String, String) | |
| MessageBackAction(String, String) | |
Properties
| Name | Description |
|---|---|
| AssociatedInputs | (Inherited from SubmitAction) |
| ConditionallyEnabled | (Inherited from SubmitAction) |
| Data | (Inherited from SubmitAction) |
| Fallback | (Inherited from SubmitAction) |
| IconUrl | (Inherited from SubmitAction) |
| Id | (Inherited from SubmitAction) |
| IsEnabled | (Inherited from SubmitAction) |
| Key | (Inherited from SubmitAction) |
| MenuActions | (Inherited from SubmitAction) |
| Mode | (Inherited from SubmitAction) |
| Msteams | (Inherited from SubmitAction) |
| Requires | (Inherited from SubmitAction) |
| Style | (Inherited from SubmitAction) |
| ThemedIconUrls | (Inherited from SubmitAction) |
| Title | (Inherited from SubmitAction) |
| Tooltip | (Inherited from SubmitAction) |
| Type | (Inherited from SubmitAction) |