Search
Reminder.Message Property
See Also
 






Gets or sets the message to display as a reminder.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string Message { get; set; }

Visual Basic  Copy Code

Public Property Message As String

 Property Value

A string containing the message text.

 See Also