<PackageReference Include="NUnit" Version="4.0.1" />

PropOperator

Operator used to test for the presence of a named Property on an object and optionally apply further tests to the value of that property.
public string Name { get; }

Gets the name of the property to which the operator applies

public PropOperator(string name)

Constructs a PropOperator for a particular named property