[Description("Fails the validation if the xpath evaluates to the expected value. If it does not, or the xpath does not exist, the validation passes.")]
publicboolFailOnMatch
{
get{returnfailOnMatch;}
set{failOnMatch=value;}
}
/// <summary>
/// The Validation method. The parameter e contains the Web test context.