Share via


ConditionalExpression.ForwardChaining Property

Gets or sets forward chaining for the conditions. If forward chaining is set to ForwardChaining.And, all conditions must be met. If forward chaining is set to ForwardChaining.Or, only one condition must be met.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property ForwardChaining As ForwardChaining
'Usage
Dim instance As ConditionalExpression
Dim value As ForwardChaining

value = instance.ForwardChaining

instance.ForwardChaining = value
public ForwardChaining ForwardChaining { get; set; }
public:
property ForwardChaining ForwardChaining {
    ForwardChaining get ();
    void set (ForwardChaining value);
}
/** @property */
public ForwardChaining get_ForwardChaining ()

/** @property */
public void set_ForwardChaining (ForwardChaining value)
public function get ForwardChaining () : ForwardChaining

public function set ForwardChaining (value : ForwardChaining)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConditionalExpression Class
ConditionalExpression Members
Microsoft.Expression.Interactivity.Core Namespace