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.2.0

Syntax

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

See Also