Click or drag to resize
IChapterInfoName Property
Get the name of the chapter (as it is called in the designer)

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

Return Value

Type: String
string
Examples
If the chapter is called "My Test Chapter" in the designer, IChapterInfo.Name will return "My Test Chapter".
See Also