| IResponseSetMainCaption Method |
Sets the main caption of the response
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax void SetMainCaption(
string caption
)
Sub SetMainCaption (
caption As String
)
void SetMainCaption(
String^ caption
)
Parameters
- caption
- Type: SystemString
Value of the caption to set
Remarks
Uses the current language in the survey's context
See Also