Click or drag to resize
IUserAccessiableIterationName Property
Relevant mainly when used within an iteration. Returns the name of the current iteration when iterating on Answer Scales otherwise contains the iteration number

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string IterationName { get; }

Return Value

Type: String
Examples
If a chapter is being iterated on an Answer Scale that contains Apples, Pairs and Oranges on the 2nd iteration IterationName will contain Pairs
See Also