WCF services and properties

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    WCF services and properties

    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?



  • Mr. Arnold

    #2
    Re: WCF services and properties


    "Andy B" <a_borka@sbcglo bal.netwrote in message
    news:ePfxPzs0IH A.5832@TK2MSFTN GP02.phx.gbl...
    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?

    Comment

    Working...