| ISurveyInformationSetName Method |
Sets the name of the survey
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool SetName(
string name
)
Function SetName (
name As String
) As Boolean
bool SetName(
String^ name
)
Parameters
- name
- Type: SystemString
Valid survey name
Return Value
Type:
BooleanReturn the result of the operation
See Also