PocketPlanner Programmer's Guide

RecurrenceException.Item Property

See Also

Gets the item representing the recurrence exception.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Item Item { get; set; }

Visual Basic

Public Property Item As Item

 Property Value

An instance of the item class representing the schedule item for which this exception is defined.

 See Also