PocketPlanner Programmer's Guide

Contact.LastName Property

See Also

Gets or sets the last name of the contact.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string LastName { get; set; }

Visual Basic

Public Property LastName As String

 Property Value

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

 See Also