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>");
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-09-06
  • 2021-06-25
  • 2021-12-02
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案