| GroupableModelElementMappingUsableTargetTypes Property  | 
            Gets the list of usable target types. This list can be used to filter out targets which aren't a valuable target for this mapping. 
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.MappingAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic abstract List<ProjectElementMapTargetElementType> UsableTargetTypes { get; }Public MustOverride ReadOnly Property UsableTargetTypes As List(Of ProjectElementMapTargetElementType)
	Get
Property Value
Type: 
ListProjectElementMapTargetElementType
See Also