AttachmentInput.OutputFormat 属性

定义

获取或设置附件的 AttachmentOutputFormat。

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)

属性值

AttachmentOutputFormat 或计算结果为 AttachmentOutputFormat 的表达式。

适用于