TeamsCardProperties 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.
public class TeamsCardProperties : Microsoft.Teams.Cards.SerializableObject
type TeamsCardProperties = class
inherit SerializableObject
Public Class TeamsCardProperties
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| TeamsCardProperties() | |
Properties
| Name | Description |
|---|---|
| Entities | |
| Key | |
| Width | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithEntities(IList<Mention>) | |
| WithEntities(Mention[]) | |
| WithKey(String) | |
| WithWidth(TeamsCardWidth) | |