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

A property where you can store an object relative to the dbiContactItem. Good property for storing datarow or record information.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Tag As Object
C# 
public virtual object Tag {get; set;}

Property Value

Object

Requirements

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

See Also