_propDict)) { return $this->_propDict["isSyncAllowed"]; } else { return null; } } /** * Sets the isSyncAllowed * Defines whether user objects should be synchronized from the partner tenant. false causes any current user synchronization from the source tenant to the target tenant to stop. This property has no impact on existing users who have already been synchronized. * * @param bool $val The value of the isSyncAllowed * * @return CrossTenantUserSyncInbound */ public function setIsSyncAllowed($val) { $this->_propDict["isSyncAllowed"] = $val; return $this; } }