getCeoName static method

String getCeoName()

Implementation

static String getCeoName() {
  return appProperties['ceoName'];
}