Default constructor. Initializes the group description string to NULL, Selectable to true, and the entities list to empty.
Before the Group object can be added to a database, it must have its Description property called to set a valid description string.
Public Sub New()
public Group();
Comments? |