| OutputSettingValuesContainerGetFilteredAdditionalNamespaces Method  | 
 
            Gets the additional namespaces defined in this container filtered by the rules set on them: an additional namespace is returned if it has
            no rule, or if its rule resolves to true for the specified settingsTarget
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic List<string> GetFilteredAdditionalNamespaces(
	IOutputSettingValuesTarget settingsTarget
)
Public Function GetFilteredAdditionalNamespaces ( 
	settingsTarget As IOutputSettingValuesTarget
) As List(Of String)
Parameters
- settingsTarget
 - Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIOutputSettingValuesTarget
The settings target. 
Return Value
Type: 
ListStringList of additional namespaces defined in this container which are valid for the settingstarget specified
See Also