The note number - key to the note. Should not normally be changed.

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

Syntax

C#
public int NoteNum { get; set; }
Visual Basic
Public Property NoteNum As Integer
	Get
	Set
Visual C++
public:
property int NoteNum {
	int get ();
	void set (int value);
}

See Also