Constraint.

DisplayName Property

Summary

The display name of this Constraint for use by ToString(). The default value is the name of the constraint with trailing "Constraint" removed. Derived classes may set this to another name in their constructors.
Namespace
TCLite.Constraints
Containing Type
Constraint

Syntax

public virtual string DisplayName { get; set; }

Value

Type Description
string