Query.Parameters Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("parameters")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.MessageExtensions.Parameter>? Parameters { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("parameters")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Parameters : System.Collections.Generic.IList<Microsoft.Teams.Api.MessageExtensions.Parameter> with get, set
Public Property Parameters As IList(Of Parameter)

Property Value

Attributes

Applies to