IActivity.TextFormat Property
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.
The textFormat field denotes whether the text field should be interpreted as Markdown [3], plain text, or XML. The value of the textFormat field is of type string, with defined values of markdown, plain, and xml. The default value is plain. This field is not designed to be extended with arbitrary values.
C#
public string TextFormat { get; set; }
member this.TextFormat : string with get, set
Public Property TextFormat As String
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |