State.RelatesTo Property

Definition

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

Property Value

Attributes

Applies to