_propDict)) { return $this->_propDict["tenantId"]; } else { return null; } } /** * Sets the tenantId * The Azure Active Directory tenant identifier for the managed tenant. Optional. * * @param string $val The value of the tenantId * * @return TenantInfo */ public function setTenantId($val) { $this->_propDict["tenantId"] = $val; return $this; } }