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

Assigns a location to the appointment.

Syntax

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

Property Value

A String value, indicating the location to assign to the appointment.

Remarks

The location identication must be a valid location Entry ID.

 

For additional information on Entry ID's, please see Working with Entry ID's.

Requirements

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

See Also