IFieldDescription.ValueDescriptions Property
Definition
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.
Return all possible value descriptions in order to support enumeration.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.DescribeAttribute> ValueDescriptions { get; }
member this.ValueDescriptions : seq<Microsoft.Bot.Builder.FormFlow.DescribeAttribute>
Public ReadOnly Property ValueDescriptions As IEnumerable(Of DescribeAttribute)
Property Value
All possible value descriptions.