logo

Crowdly

Please, set a validation attribute for Age property so that  correct values wil...

✅ 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; }

    }

More questions like this

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!