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
MemberProperty
areValueParameter
,PIDParameter
,PrefParameter
,IndexParameter
,AltidParameter
,MediatypeParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
MemberProperty
should be of typeURIType
new MemberProperty(
[],
new URIType("urn:uuid:03a0e51f-d1aa-4385-8a53-e29025acd8af"),
);