Resources.Strings Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("strings")]
public System.Collections.Generic.IDictionary<string,Microsoft.Teams.Cards.StringResource>? Strings { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("strings")>]
member this.Strings : System.Collections.Generic.IDictionary<string, Microsoft.Teams.Cards.StringResource> with get, set
Public Property Strings As IDictionary(Of String, StringResource)

Property Value

Attributes

Applies to