PrecedenceConstraintClass.EvaluatesTrue 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 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.