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

Gets or sets a non-visible text value for the appointment.

Syntax

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

Property Value

A String value

Remarks

This property is not visible to the end user.  The purpose of this property is to be determined by the developer.

Requirements

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

See Also