Took me a bit to figure this out, so I thought I would share with the world. If you want to have a property on a [ServiceContract] interface, your property has to specify [OperationContract] for the get and set (whichever you are providing). For example,
Read More