Ask.ExpectedProperties 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.
Gets or sets properties expected to be filled by response.
public AdaptiveExpressions.Properties.ArrayExpression<string> ExpectedProperties { get; set; }
member this.ExpectedProperties : AdaptiveExpressions.Properties.ArrayExpression<string> with get, set
Public Property ExpectedProperties As ArrayExpression(Of String)
Property Value
String array or expression which evaluates to string array.