_propDict)) { return $this->_propDict["userId"]; } else { return null; } } /** * Sets the userId * Microsoft Entra user identifier. Use the List users method to get this ID. * * @param string $val The value of the userId * * @return AadUserNotificationRecipient */ public function setUserId($val) { $this->_propDict["userId"] = $val; return $this; } }