| Visual Basic (Declaration) | |
|---|---|
Public Property TelephoneNumber As String | |
| C# | |
|---|---|
public string TelephoneNumber {get; set;} | |
This property value is of type String, indicating the phone number of the contact.
| dbicDayView | Send comments on this topic. |
| TelephoneNumber Property | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > dbiContactItem Class : TelephoneNumber Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property TelephoneNumber As String | |
| C# | |
|---|---|
public string TelephoneNumber {get; set;} | |