O365ConnectorCardSection.Markdown 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 use markdown for all text contents. Default value is true.
public bool? Markdown { get; set; }
member this.Markdown : Nullable<bool> with get, set
Public Property Markdown As Nullable(Of Boolean)
Property Value
Boolean indicating whether markdown is used for all text contents.