O365ConnectorCardSection.Facts Property
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.
Gets or sets set of facts for the current section.
public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardFact> Facts { get; set; }
member this.Facts : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardFact> with get, set
Public Property Facts As IList(Of O365ConnectorCardFact)
Property Value
The facts for the current section.