_propDict)) { return $this->_propDict["value"]; } else { return null; } } /** * Sets the value * A collection of property values. * * @param string[] $val The value * * @return MultiValueLegacyExtendedProperty */ public function setValue($val) { $this->_propDict["value"] = $val; return $this; } }