✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Please, set a validation attribute for Age property so that correct values will be from 17 to 50 inclusive
class Student
{
public string Name { get; set; }
public int Age { get; set; }
public DateTime EnterDate { get; set; }
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!