PocketPlanner Programmer's Guide

Reminder.Type Property

See Also

Gets or sets the type of this reminder.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public ReminderType Type { get; set; }

Visual Basic

Public Property Type As ReminderType

 Property Value

A member of the ReminderType enumeration specifying the reminder type.

 See Also