Return the value of the property for the provided key.
try {
AppSettings appSettings = new AppSettings(clientConnection);
String property = (String) appSettings
.getConfigProperty("d:AndroidGcmRegistrationId");
} catch (SMPException e) {
e.printStackTrace();
}