IsNew property
Use this property to retrieve whether this is a new test or not (i.e. no existing baseline was found for this test).
Syntax
bool value = result.IsNew;
Type:bool
Use this property to retrieve true if this is a new test, false otherwise.