retrieve service name at run-time
I have a service application and I want to retrieve it's display name during run-time. I tried using base.ServiceName, but I'm not getting the expected name. I think I should be referring to display name instead, but the servicebase class doesn't have a property for displayname.
Thanks.