dbicCalendar Send comments on this topic.
Body Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskItem Class : Body Property

Gets or sets additional information for the task.

Syntax

Visual Basic (Declaration) 
Public Property Body As String
C# 
public string Body {get; set;}

Remarks

This property value is of type String, indicating any additional details of the task.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also