Library Commands Object Model Reference

LibraryConfigurationCommand.Execute Method 

Executes this command.

public abstract bool Execute(
   ErrorHandler handler
);

Parameters

handler
If not null, this handler will be called when an error occurs.

Return Value

True if the execute of the command was successful, otherwise false

See Also

LibraryConfigurationCommand Class | Spss.Dimensions.Library.Commands.Configuration Namespace