IUserAccessiableExtRefNum Property |
Set’s or returns the External Reference Number.
ExtRefNum is an additional place to store a reference number about a particular interview.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string ExtRefNum { get; set; }
Property Value
Type:
StringExamples
ExtRefNum(“1234”);
Will store the input string in the External Reference Number storing place that can be exported when exporting results.
See Also