ConstraintExpression.Property(String) Method
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.
Returns a new PropertyConstraintExpression, which will either test for the existence of the named property on the object being tested or apply any following constraint to that property.
public NUnit.Framework.Constraints.ResolvableConstraintExpression Property (string name);
member this.Property : string -> NUnit.Framework.Constraints.ResolvableConstraintExpression
Parameters
- name
- String