| SyncWithDatabaseTaskSelectedElementsToRetrieveByUser Property  | 
            Gets/sets the selected elements to retrieve from the user. Creates a copy when read, and written. This is the set of elements to retrieve the meta data for from the
            DB. It's initially empty, set it with the elements selected by the user based on the set obtained from 
SelectedElementsToRetrieveFromProject 
Namespace: SD.LLBLGen.Pro.ApplicationCore.SynchronizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic Dictionary<string, List<DBSchemaElementNameContainer>> SelectedElementsToRetrieveByUser { get; set; }Public Property SelectedElementsToRetrieveByUser As Dictionary(Of String, List(Of DBSchemaElementNameContainer))
	Get
	Set
Property Value
Type: 
DictionaryString, 
ListDBSchemaElementNameContainer
See Also