PropertyConstraint public class PropertyConstraint : PrefixConstraint PropertyConstraint extracts a named property and uses its value as the actual value for a chained constraint. Documentation Code public PropertyConstraint(string name, IConstraint baseConstraint) Initializes a new instance of the PropertyConstraint class.