Message.From Property

Definition

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

Property Value

Attributes

Applies to