PocketPlanner Programmer's Guide

Location.Address Property

See Also

Gets or sets the address of the location.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Address { get; set; }

Visual Basic

Public Property Address As String

 Property Value

A string specifying the address of this location. The default is an empty string.

 See Also