PocketPlanner Programmer's Guide

Schedule.Contacts Property

See Also

Gets all contacts defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public ContactCollection Contacts { get; }

Visual Basic

Public ReadOnly Property Contacts As ContactCollection

 Property Value

An instance of the ContactCollection class containing all contacts used in the schedule.

 Remarks

Add contacts to this collection before assigning them to a schedule item.

 See Also