Hello,
I have a list and i can get the all fields from "list.Fields" property. but suppose i have created two columns in that list and among them one column has "Text" type and another one is of "Currency" type. So, when i use "list.Fields" property, it is giving me all fields including my custom columns. but I wants only the system fields of list in such case. How could i get the only system fields of list excluding custom columns using Client object model (C#)?