Library Commands Object Model Reference

SurveySubmissionCommand.Execute Method 

Causes the command to actually execute return true upon success, or if in the case of a failure calling the errorHandler (if not null) and returning false.

public virtual bool Execute(
   ErrorHandler errorHandler
);

Parameters

errorHandler
the optional (may be null) errorHandler

Return Value

true if successful, false if not

See Also

SurveySubmissionCommand Class | Spss.Dimensions.Library.Commands Namespace