_propDict)) { return $this->_propDict["isPicture"]; } else { return null; } } /** * Sets the isPicture * Specifies whether the display format used for URL columns is an image or a hyperlink. * * @param bool $val The value of the isPicture * * @return HyperlinkOrPictureColumn */ public function setIsPicture($val) { $this->_propDict["isPicture"] = $val; return $this; } }