PocketPlanner Programmer's Guide

Item.Contacts Property

See Also

Gets references to all contacts associated with this item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract ContactCollection Contacts { get; }

Visual Basic

Public MustOverride ReadOnly Property Contacts As ContactCollection

 Property Value

An instance of the ContactCollection class containing the Contact objects associated with the item.

 See Also