_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } } /** * Sets the userPrincipalName * User principal name of the user to be deleted * * @param string $val The value of the userPrincipalName * * @return DeleteUserFromSharedAppleDeviceActionResult */ public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; } }