State.Conversation Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("conversation")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public Microsoft.Teams.Api.ConversationReference Conversation { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("conversation")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Conversation : Microsoft.Teams.Api.ConversationReference with get, set
Public Property Conversation As ConversationReference

Property Value

Attributes

Applies to