_propDict)) { if (is_a($this->_propDict["recentPrinterShares"], "\Microsoft\Graph\Model\PrinterShare") || is_null($this->_propDict["recentPrinterShares"])) { return $this->_propDict["recentPrinterShares"]; } else { $this->_propDict["recentPrinterShares"] = new PrinterShare($this->_propDict["recentPrinterShares"]); return $this->_propDict["recentPrinterShares"]; } } return null; } /** * Sets the recentPrinterShares * * @param PrinterShare $val The value to assign to the recentPrinterShares * * @return UserPrint The UserPrint */ public function setRecentPrinterShares($val) { $this->_propDict["recentPrinterShares"] = $val; return $this; } }