CompositeExpression.ContainedExpressions Field
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.
Expressions embedded into string literal
public System.Collections.Generic.List<Microsoft.OpenApi.Expressions.RuntimeExpression> ContainedExpressions;
val mutable ContainedExpressions : System.Collections.Generic.List<Microsoft.OpenApi.Expressions.RuntimeExpression>
Public ContainedExpressions As List(Of RuntimeExpression)