Tagged Questions
0
votes
0answers
37 views
passing an object from a WCF service to client
I'm running into a stumbling block on getting my object passed down to my client.
I have added [DataContract] and [KnownType] attributes to my class on the service, and created a property with {get; ...