_propDict)) { if (is_a($this->_propDict["site"], "\Microsoft\Graph\Model\Site") || is_null($this->_propDict["site"])) { return $this->_propDict["site"]; } else { $this->_propDict["site"] = new \Microsoft\Graph\Model\Site($this->_propDict["site"]); return $this->_propDict["site"]; } } return null; } /** * Sets the site * The SharePoint site associated with the siteSource. * * @param \Microsoft\Graph\Model\Site $val The site * * @return SiteSource */ public function setSite($val) { $this->_propDict["site"] = $val; return $this; } }