PocketPlanner Programmer's Guide

Contact.Phone Property

See Also

Gets or sets the phone of the contact.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Phone { get; set; }

Visual Basic

Public Property Phone As String

 Property Value

A string containing a phone number. The default is an empty string.

 See Also