FactSet.WithFacts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| WithFacts(Fact[]) | |
| WithFacts(IList<Fact>) |
WithFacts(Fact[])
WithFacts(IList<Fact>)
public Microsoft.Teams.Cards.FactSet WithFacts(System.Collections.Generic.IList<Microsoft.Teams.Cards.Fact> value);
member this.WithFacts : System.Collections.Generic.IList<Microsoft.Teams.Cards.Fact> -> Microsoft.Teams.Cards.FactSet
Public Function WithFacts (value As IList(Of Fact)) As FactSet