SpDictItem sp = GetCFHObject.GetSpItem("655"); PropertyInfo[] propertys = sp.GetType().GetProperties(); foreach (PropertyInfo pinfo in propertys) { Response.Write("<br>" + pinfo.Name + "," + pinfo.GetValue(sp, null) + "<br>"); }
SpDictItem sp = GetCFHObject.GetSpItem("655"); PropertyInfo[] propertys = sp.GetType().GetProperties(); foreach (PropertyInfo pinfo in propertys) { Response.Write("<br>" + pinfo.Name + "," + pinfo.GetValue(sp, null) + "<br>"); }