Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Tanvi,
You can follow the below approach and then make the code adjustment according to your need.
Want limit number of elements in ILIST with only minimum elements value?
[ListItems(2,1000)]
[PropertyListCheckbox]
public virtual IList<QuestionnaireAnswerBlock> Answers { get; set; }
ListItems Attribute can take minimum and maximum values both.
I only want to give minimum value?
Please help