Contact Notes / Other contacts
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public string ContactNotes { get; set; }
Public Property ContactNotes As String
Dim instance As HeadOffice Dim value As String value = instance.ContactNotes instance.ContactNotes = value
/** @property */ public String get_ContactNotes() /** @property */ public void set_ContactNotes(String value)
function get_contactNotes(); function set_contactNotes(value);