Selerix Developer Tools
Group Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Group Field
Group object. Can be null if PortfolioID is set.

A group is an insurance policy covering a group of people. (For example, employees of a company). The group property contains the related group information.

Property Name

Description

Format

Required?

GroupName The name of the group covered by a specific policy
GroupNumber The identifying number associated with the group
EffectiveDate The date the group policy becomes effective
Mailto The contact e-mail address for the group.
The address information for the group.
Line1 The Line 1 address of the group.
Line2 The line 2 address of the group.
City The city of the group.
State The state of the group.
Zip The zipcode of the group.

 

Syntax
'Declaration
 
Public Group As Group
'Usage
 
Dim instance As Transmittal
Dim value As Group
 
value = instance.Group
 
instance.Group = value
public Group Group
public field Group: Group; 
public var Group : Group;
public: Group* Group
public:
Group^ Group
See Also

Reference

Transmittal Class
Transmittal Members