Tagged Questions
0
votes
1answer
185 views
Changing SPField cause no changes
I try to change an SPField after SPList creation, but I'm not getting any results of that change. using this code:
SPField oSPField = oSPList.Fields[new Guid("MyFieldGuid")];
...