PrecedenceConstraintClass.EvaluatesTrue Property

Definition

Gets the Boolean value of the Value property.

public:
 virtual property bool EvaluatesTrue { bool get(); };
[System.Runtime.InteropServices.DispId(40)]
public virtual bool EvaluatesTrue { [System.Runtime.InteropServices.DispId(40)] get; }
[<System.Runtime.InteropServices.DispId(40)>]
[<get: System.Runtime.InteropServices.DispId(40)>]
member this.EvaluatesTrue : bool
Public Overridable ReadOnly Property EvaluatesTrue As Boolean

Property Value

A Boolean that indicates the value of the Value property.

Implements

Attributes

Remarks

For more information, see PrecedenceConstraint.

Applies to