CardTextComponent 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.
Adaptive Card Extension card text component.
public class CardTextComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent
type CardTextComponent = class
inherit BaseCardComponent
Public Class CardTextComponent
Inherits BaseCardComponent
- Inheritance
Constructors
CardTextComponent() |
Initializes a new instance of the CardTextComponent class. |
Properties
Id |
Gets or sets optional unique identifier of the component's instance. (Inherited from BaseCardComponent) |
Text |
Gets or sets the text to display. |