Gets or sets the note content.
Namespace: CTCT.Components.ContactsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Content { get; set; }public string Content { get; set; }Public Property Content As String
Get
Set
Public Property Content As String
Get
Set
public:
property String^ Content {
String^ get ();
void set (String^ value);
}public:
property String^ Content {
String^ get ();
void set (String^ value);
}member Content : string with get, set
member Content : string with get, set