Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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