MessageActivity.TextFormat Property
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.
[System.Text.Json.Serialization.JsonPropertyName("textFormat")]
[System.Text.Json.Serialization.JsonPropertyOrder(35)]
public Microsoft.Teams.Api.TextFormat? TextFormat { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("textFormat")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(35)>]
member this.TextFormat : Microsoft.Teams.Api.TextFormat with get, set
Public Property TextFormat As TextFormat
Property Value
- Attributes