GigaSpaces XAP.NET Documentation
Groups Property
Class LibraryGigaSpaces.Core.Admin.ServiceGridServiceGridAdminBuilderGroups
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 BasicVisual C++J#
public ICollection<string> Groups { get; set; }
Public Property Groups As ICollection(Of String)
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)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)