I have been trying to follow the API but I am not able to figure out what it is asking. I program in vb and its not understanding this line of code:
Row.Elements.Add(New ListEntry.Custom(LocalName = "Date", Value = Now.Date))
The example give is:
row.Elements.Add(new ListEntry.Custom() { LocalName = "firstname", Value =
"Joe" });
Any help would be appreciate ed.
