DependencyInjectionInfoAttributeTargetNamespaceFilter Property  | 
 
            Gets / sets the targetNamespaceFilter string which contains semi-colon (;) separated names, or fragments of names of namespaces to limit 
            implementations of TargetType to, when TargetType is an interface. If any fragment specified is found as the start of the type�s namespace 
            name, that type is a valid target. Optional. If no targetnamespacefilter is specified, all types are targeted.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic string TargetNamespaceFilter { get; set; }Public Property TargetNamespaceFilter As String
	Get
	Set
Property Value
Type: 
String
See Also