MemberProperty
- This class represents the "MEMBER" property
 
This property should only be used if the value of the "KIND"
(KindProperty) property is "group" :::
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
MemberPropertyareValueParameter,PIDParameter,PrefParameter,IndexParameter,AltidParameter,MediatypeParameterandAnyParameterIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
MemberPropertyshould be of typeURIType
new MemberProperty(
  [],
  new URIType("urn:uuid:03a0e51f-d1aa-4385-8a53-e29025acd8af"),
);