|  | MajorGivingPlanDialogSetParticipants Method | 
            Set the participants grid values.
            Starts with the first row.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void SetParticipants(
	Table participants
)
Public Shared Sub SetParticipants ( 
	participants As Table
)
public:
static void SetParticipants(
	Table^ participants
)
Parameters
- participants
- Type: Table
 Table where each row represents a participant to add.
            A row is a mapping of the column captions to a single row's values.
 See Also
See Also