If you want to have a Read-Only or Write-Only property on an object that you are sending through WCF, you can safely do this by marking the underlying field as [DataMember] instead of the property. Previously, I had been writing all of my properties with
Read More