PropertyExistsConstraint - jnm2/nunit-docs-wiki GitHub Wiki
The PropertyExistsConstraint tests for the existence of a named property on an object.
PropertyExistsConstraint(string name)Has.Property(string)Assert.That(someObject, Has.Property("Version"));