| DependencyInjectionInfoAttributeTargetKind Property  | 
 
            Gets / sets targetKind. Targetkind defines which types get the instance injected: only the specified type (absolute) or also all subtypes 
            (hierarchy, default). If this property is set to a value and TargetType is an interface, TargetKind will be reset to Absolute.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic DependencyInjectionTargetKind TargetKind { get; set; }Public Property TargetKind As DependencyInjectionTargetKind
	Get
	Set
Property Value
Type: 
DependencyInjectionTargetKind
See Also