PocketPlanner Programmer's Guide

Task.Subject Property

See Also

Gets or sets the subject of this task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Subject { get; set; }

Visual Basic

Public Property Subject As String

 Property Value

A string containing the task subject text. The default is an empty string.

 See Also