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

Gets or sets the unique identification to a contact item.

Syntax

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

Remarks

This property value is of type String, indicating a unique identification to a contact item.  This property will be used for filtering the day formats in the control.

Requirements

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

See Also