2015-10-27 21 views

回答

0

您需要從查找列中指定id。

FieldLookupValue lv = new FieldLookupValue(); 
lv.LookupId = 1; 
item["Project"] = lv; 
item.Update(); 
clientContext.ExecuteQuery(); 
相關問題