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

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

Syntax

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

Remarks

This property value is of type String, indicating a non-visible text 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