Text notes associated with this Activity, a second set Note

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string Note2 { get; set; }
Visual Basic
Public Property Note2 As String
	Get
	Set
Visual C++
public:
property String^ Note2 {
	String^ get ();
	void set (String^ value);
}

See Also