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

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

Syntax

Visual Basic (Declaration) 
Public Property RecordID As Integer
C# 
public int RecordID {get; set;}

Remarks

This property value is of type Integer, indicating a non-visible numeric value for the contact.  The purpose of this property is to be determined by the developer.

Requirements

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

See Also