/* ==================================================================================== Constructor */ public SyncPortal2AD() { _config = Portal2ADConfiguration.Current; _syncTrees = _config.GetSyncTrees(); _propertyMappings = _config.GetPropertyMappings(); _createdUsersDisabled = _config.CreatedAdUsersDisabled; }