PocketPlanner Programmer's Guide

Location.State Property

See Also

Gets or sets the state of this location.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string State { get; set; }

Visual Basic

Public Property State As String

 Property Value

A string identifying the state where this location is. The default is an empty string.

 See Also