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

Gets or sets a hidden numeric value for the appoinment.

Syntax

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

Property Value

An Integer 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