Return a hash map of key and value pairs of properties.
try {
AppSettings appSettings = new AppSettings(clientConnection);
HashMap<String, String> property = appSettings.getConfigPropertyMap();
} catch (SMPException e) {
e.printStackTrace();
}