Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string SubjectData { get; set; }

Property Value

Type: String
Examples
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