I have a server side class which I make available on the client side through a [DataContract]. This class has a readonly field which I\'d like to make available through a pr
Define the Service contract (Interface) Before implementing the contract using the class.