Has.Property(String) Method

Definition

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 static NUnit.Framework.Constraints.ResolvableConstraintExpression Property (string name);
static member Property : string -> NUnit.Framework.Constraints.ResolvableConstraintExpression

Parameters

name
String

Returns

Applies to