Add Setter to the property in question. But, this move will defeat your original purpose of Read only property.
Huh.., Ok, here's solution. just add Private keyword to your setter method. WCF allows this provision. So, client can never see the set method on your property acting much like a read only property.