Message.Body Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("body")]
[System.Text.Json.Serialization.JsonPropertyOrder(12)]
public Microsoft.Teams.Api.Messages.Body? Body { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("body")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(12)>]
member this.Body : Microsoft.Teams.Api.Messages.Body with get, set
Public Property Body As Body

Property Value

Attributes

Applies to