PocketPlanner Programmer's Guide

Appointment.Resources Property

See Also

Gets references to all resources associated with this appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override ResourceCollection Resources { get; }

Visual Basic

Public Overrides ReadOnly Property Resources As ResourceCollection

 Property Value

An instance of the ResourceCollection class containing the resources associated with this item.

 See Also