c# - Do WCF Services Expose Properties? -
In the interface required for implementing a WCF service, I have the main class with [ServiceContract ()] I declare attribute and [operation contract ()] .
How can I reveal public properties in any form? Thank you
You can not do it is not how it works. Only methods
Comments
Post a Comment