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

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

Syntax

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

Property Value

A String value

Remarks

This property indicates a non-visible text value for the appointment.  It is recommended that the Record ID is stored as a string in this property.  If this property is not manually defined, a value will be generated.

Requirements

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

See Also