Query.QueryOptions Property

Definition

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

Property Value

Attributes

Applies to