|  | IndividualDialogSetLastName Method | 
            Set the 'Last name' field.
            
 
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 SetLastName(
	string lastName
)
Public Shared Sub SetLastName ( 
	lastName As String
)
public:
static void SetLastName(
	String^ lastName
)
Parameters
- lastName
- Type: SystemString
 The desired value of the field.
 See Also
See Also