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

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

Syntax

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

Remarks

This property value is of type String, indicating a non-visible text value for the contact.  This property is used to relate the contacts to the appointments.  It is also used to filtering the displayed appointments within the controls.  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