| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal strTitle As String, _ ByVal strEntryID As String _ ) | |
| C# | |
|---|---|
public dbiContactItem( string strTitle, string strEntryID ) | |
Parameters
- strTitle
- The title of the contact.
- strEntryID
- The EntryID of the contact.