List of comms the host is participating in
| C# | Visual Basic | Visual C++ |
public ICollection<string> Comms { get; }
Public ReadOnly Property Comms As ICollection(Of String)
public: property ICollection<String^>^ Comms { ICollection<String^>^ get (); }