PocketPlanner Programmer's Guide

Reminder.Message Property

See Also

Gets or sets the message to display as a reminder.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Message { get; set; }

Visual Basic

Public Property Message As String

 Property Value

A string containing the message text.

 See Also