I'm trying to update an Account record using the Force.com Toolkit for .NET. The Account record has custom fields.
I thought the toolkit allowed the [DataMember] attribute to be used, but its not working for me.
Is there any way to specify the custom field name to be used (namespace__Field_Name__c) without having to name my class property that?