Group.Group() Constructor

Visual Basic
Public Sub New()
C#
public Group();
Description

 

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.

Links