PocketPlanner Programmer's Guide

Appointment.Subject Property

See Also

Gets or sets the subject of this appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Subject { get; set; }

Visual Basic

Public Property Subject As String

 Property Value

A string that identifies the subject of the appointment. The default is an empty string.

 Remarks

This is equivalent to the HeaderText property.

 See Also