Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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