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

Property Value

Type: String
Examples
ExtRefNum(“1234”); Will store the input string in the External Reference Number storing place that can be exported when exporting results.
See Also