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

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property Data As Integer
C# 
public virtual int Data {get; set;}

Property Value

An Integer value

Remarks

This property defines a non-visible numeric value for the appointment.  The purpose of this property is to be determined by the developer.

Requirements

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

See Also