_propDict)) { return $this->_propDict["uninstallBuiltInApps"]; } else { return null; } } /** * Sets the uninstallBuiltInApps * Indicates whether or not to uninstall a fixed list of built-in Windows apps. * * @param bool $val The uninstallBuiltInApps * * @return Windows10EnterpriseModernAppManagementConfiguration */ public function setUninstallBuiltInApps($val) { $this->_propDict["uninstallBuiltInApps"] = boolval($val); return $this; } }