_propDict)) { return $this->_propDict["azureCommunicationServicesResourceId"]; } else { return null; } } /** * Sets the azureCommunicationServicesResourceId * * @param string $val The value of the azureCommunicationServicesResourceId * * @return AzureCommunicationServicesUserIdentity */ public function setAzureCommunicationServicesResourceId($val) { $this->_propDict["azureCommunicationServicesResourceId"] = $val; return $this; } }