| OutputSettingValuesContainer.SetAdditionalNamespacesWithRules Method  | 
 
            Sets the additional namespaces with rules.
            
 
    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 void SetAdditionalNamespacesWithRules(
	List<Pair<string, SettingRule>> additionalNamespacesWithRules
)
Public Sub SetAdditionalNamespacesWithRules ( 
	additionalNamespacesWithRules As List(Of Pair(Of String, SettingRule))
)
Parameters
- additionalNamespacesWithRules
 - Type: System.Collections.Generic.List<Pair<String, SettingRule>>
The additional namespaces with rules. 
See Also