 | ConstituentPanelAddTeamRole Method |
Add Team Member Role through the 'Add a prospect team member' dialog.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void AddTeamRole(
string teamRole
)
Public Shared Sub AddTeamRole (
teamRole As String
)
public:
static void AddTeamRole(
String^ teamRole
)
Parameters
- teamRole
- Type: SystemString
The name of the team role to add.
See Also