public static KeyValue[] GetOrganizationProperties(string name) { IWFAdminService svc = Common.GetAdminAPI(); KeyValue[] organizationProperties = null; try{ organizationProperties = svc.GetOrganizationProperties(name); } catch (Exception ex) {} return(organizationProperties); }