PocketPlanner Programmer's Guide

Item.Location Property

See Also

Gets or sets the location associated with this item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract Location Location { get; set; }

Visual Basic

Public MustOverride Property Location As Location

 Property Value

An instance of the Location class.

 See Also