 | PledgeDialogSetAccountSystem Method |
Set the account system of the pledge.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetAccountSystem(
string system
)
Public Shared Sub SetAccountSystem (
system As String
)
public:
static void SetAccountSystem(
String^ system
)
Parameters
- system
- Type: SystemString
The account system to use.
See Also