IUserAccessiableSubjectData Property |
Set’s or returns the SubjectData column.
this column is an additional place to store information about a particular interview
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string SubjectData { get; set; }
Property Value
Type:
StringExamples
SubjectData(“this is a test”); will store the input string in the
SubjectData column that can be view in the Surveyors applications,
within the survey start screen.
See Also