FactSet.Facts Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("facts")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.Fact>? Facts { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("facts")>]
member this.Facts : System.Collections.Generic.IList<Microsoft.Teams.Cards.Fact> with get, set
Public Property Facts As IList(Of Fact)

Property Value

Attributes

Applies to