Share via


AttachmentInput.OutputFormat Property

Definition

Gets or sets the AttachmentOutputFormat for the attachments.

public AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.AttachmentOutputFormat> OutputFormat { get; set; }
member this.OutputFormat : AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.AttachmentOutputFormat> with get, set
Public Property OutputFormat As EnumExpression(Of AttachmentOutputFormat)

Property Value

The AttachmentOutputFormat or an expression which evaluates to an AttachmentOutputFormat.

Applies to