IFieldDescription.FieldDescription Property

Definition

Description of the field itself.

public Microsoft.Bot.Builder.FormFlow.DescribeAttribute FieldDescription { get; }
member this.FieldDescription : Microsoft.Bot.Builder.FormFlow.DescribeAttribute
Public ReadOnly Property FieldDescription As DescribeAttribute

Property Value

Field description.

Remarks

This is the value that will be used in \ref patterns by {&}, choices with {||} or buttons.

Applies to