MentionedEntity 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 MentionedEntity : Microsoft.Teams.Cards.SerializableObject
type MentionedEntity = class
inherit SerializableObject
Public Class MentionedEntity
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| MentionedEntity() | |
Properties
| Name | Description |
|---|---|
| Id | |
| Key | |
| MentionType | |
| Name | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithId(String) | |
| WithKey(String) | |
| WithMentionType(MentionType) | |
| WithName(String) | |