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

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

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 location.  This property is used to relate the locations 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