NoteProperty
This class represents the "NOTE" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
NotePropertyareValueParameter,LanguageParameter,PIDParameter,PrefParameter,IndexParameter,TypeParameter,AltidParameterandAnyParameterIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
NotePropertyshould be of typeTextType
new NoteProperty(
  [],
  new TextType("This fax number is operational 0800 to 1715 EST, Mon-Fri."),
);