Gets or sets the lookup group that will be used to find Lookup Services (using multicast)
that will be used to listen for events.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ICollection<string> Groups { get; set; }
Public Property Groups As ICollection(Of String) Get Set
public: property ICollection<String^>^ Groups { ICollection<String^>^ get (); void set (ICollection<String^>^ value); }
/** @property */ public ICollection<String> get_Groups() /** @property */ public void set_Groups(ICollection<String> value)