SuggestedActions.To Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("to")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public System.Collections.Generic.IList<string> To { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("to")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.To : System.Collections.Generic.IList<string> with get, set
Public Property To As IList(Of String)

Property Value

Attributes

Applies to