How do I evaluate SPListItem field values using VS debugger? Best I get is only a list of Field names, but not values.
+2
A:
Try this:
oListItem["Assigned To"]
where oListItem is the name of your Item and "Assigned To" is the name of the field.
Shiraz Bhaiji
2009-07-13 08:14:22
Oh, thanks. Never knew you can use it like that. I was trying to use Locals windows, but i see i mmust use Immediate Window. Thanks.
Janis Veinbergs
2009-07-13 08:19:35