WCF services and properties

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

Can a WCF service have a property in it? I am trying to figure out how I can
check the install status of a feature and was going to put the true/false in
a property after running a private method to check the status. Is this
possible? or do I have to use all methods?
 
Andy B said:
Can a WCF service have a property in it? I am trying to figure out how I
can check the install status of a feature and was going to put the
true/false in a property after running a private method to check the
status. Is this possible? or do I have to use all methods?

What are you trying to do return this value back to the client?
 
Back
Top