_propDict)) { return $this->_propDict["limit"]; } else { return null; } } /** * Sets the limit * The maximum number of devices that a user can enroll * * @param int $val The limit * * @return DeviceEnrollmentLimitConfiguration */ public function setLimit($val) { $this->_propDict["limit"] = intval($val); return $this; } }