_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } } /** * Sets the userPrincipalName * Not yet documented * * @param string $val The value of the userPrincipalName * * @return WindowsDeviceAzureADAccount */ public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; } }