PocketPlanner Programmer's Guide

Location.ZipCode Property

See Also

Gets or sets the zip-code of this location.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string ZipCode { get; set; }

Visual Basic

Public Property ZipCode As String

 Property Value

A string containing the location's Zip code. The default is an empty string.

 See Also