我一直在使用SharePoint对象模型,并得到了这个问题。
发布于 2011-02-15 23:26:17
属性“aListItem”不正确,它是属性“aListItem”
所以:
aListItem["property"]
将获取名为"property“的字段的值。
和
aListitem.Properties["property"]
将获取属性" property“的值(例如List)
https://stackoverflow.com/questions/5005506
相似问题