OrgProperty
This class represents the "ORG" 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
OrgProperty
areValueParameter
,SortAsParameter
,LanguageParameter
,PIDParameter
,PrefParameter
,IndexParameter
,AltidParameter
,TypeParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
OrgProperty
should be of typeSpecialValueType
new OrgProperty(
[],
new SpecialValueType("orgproperty", [
new TextType("ABC, Inc."),
new TextType("North American Division"),
new TextType("Marketing"),
]),
);