_propDict)) { return $this->_propDict["isEnabled"]; } else { return null; } } /** * Sets the isEnabled * Specifies whether the session control is enabled. * * @param bool $val The value of the isEnabled * * @return ConditionalAccessSessionControl */ public function setIsEnabled($val) { $this->_propDict["isEnabled"] = $val; return $this; } }