Search
Contact.setLastName Method
See Also
 






Sets the last name of the contact.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setLastName (
    String value
)

 Parameters

value

A string containing person's last name. The default is an empty string.

 See Also