PocketPlanner Programmer's Guide

Appointment.Details Property

See Also

Gets or sets the detailed description of this appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Details { get; set; }

Visual Basic

Public Property Details As String

 Property Value

A string containing the appointment's description. The default is an empty string.

 Remarks

This property is equivalent to DescriptionText.

 See Also