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