_propDict)) { return $this->_propDict["scanType"]; } else { return null; } } /** * Sets the scanType * Scan type either full scan or quick scan * * @param string $val The value of the scanType * * @return WindowsDefenderScanActionResult */ public function setScanType($val) { $this->_propDict["scanType"] = $val; return $this; } }