IChapterInfoQuestions Property |
Get array of the chapter's questions indexes
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Return Value
Type:
Int32int[]
Examples
If the chapter contains 5 questions, with these indexes: 5, 6, 7, 8, 9 - IChapterInfo.Questions will return this integers array: [5, 6, 7, 8, 9].
See Also