final Property searchUrlProp = pm.findProperty(SpiConstants.PROPNAME_SEARCHURL);
if (searchUrlProp != null) {
System.out.println("<searchUrl>"
+ searchUrlProp.nextValue().toString() + "</searchUrl>");
}
final Property listGuidProp = pm.findProperty(SPConstants.LIST_GUID);
if (listGuidProp != null) {
System.out.println("<listGuid>"
+ listGuidProp.nextValue().toString() + "</listguid>");
}
final Property displayUrlProp = pm.findProperty(SpiConstants.PROPNAME_DISPLAYURL);