SPSite site = new SPSite("http://peakfinders");
SPWeb web = site.OpenWeb();
SPList custList = web.Lists["Employee"];
SPField vtid = custList.Fields["VoterID"];
vtid.Indexed = true;
vtid.EnforceUniqueValues = true;
custPhone.Update();
SPWeb web = site.OpenWeb();
SPList custList = web.Lists["Employee"];
SPField vtid = custList.Fields["VoterID"];
vtid.Indexed = true;
vtid.EnforceUniqueValues = true;
custPhone.Update();
No comments:
Post a Comment