Share via


LogAction.Text Property

Definition

Gets or sets lG expression to log.

public Microsoft.Bot.Builder.Dialogs.ITemplate<string> Text { get; set; }
member this.Text : Microsoft.Bot.Builder.Dialogs.ITemplate<string> with get, set
Public Property Text As ITemplate(Of String)

Property Value

LG expression to log.

Applies to