Collection of hosts that have a local service endpoint
| C# | Visual Basic | Visual C++ |
public ICollection<Host> ServiceHosts { get; }
Public ReadOnly Property ServiceHosts As ICollection(Of Host)
public: property ICollection<Host^>^ ServiceHosts { ICollection<Host^>^ get (); }