Updates the application's configuration. The client must get the properties before they can be updated.
void updateAgentryApplicationConfiguration(String appId,AgentryApplicationConfigurationVO vo) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
SupApplication.updateAgentryApplicationConfiguration("syclo.application",setting);