_propDict)) { return $this->_propDict["allowUserRequestsForAppAccess"]; } else { return null; } } /** * Sets the allowUserRequestsForAppAccess * Indicates whether users are allowed to request access to the unavailable Teams apps. * * @param bool $val The allowUserRequestsForAppAccess * * @return TeamsAppSettings */ public function setAllowUserRequestsForAppAccess($val) { $this->_propDict["allowUserRequestsForAppAccess"] = boolval($val); return $this; } }