Activity.From Property

Definition

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

Property Value

Implements

Attributes

Applies to