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

Gets or sets the ContactID used to filter the custom areas.

Syntax

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

Property Value

A String value, indicating the Contact ID used filter the custom areas.

Remarks

This property must equal a valid contact Entry ID.

NOTE: this property is not applicable to dbiSchedule.  At the time of documentation, it is only applicable to the dbiDayView control.

Requirements

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

See Also