| OutputSettingValuesContainerSetAdditionalInterfacesWithRules Method  | 
 
            Sets the additional interfaces with rules.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void SetAdditionalInterfacesWithRules(
	List<Pair<string, SettingRule>> additionalInterfacesWithRules
)
Public Sub SetAdditionalInterfacesWithRules ( 
	additionalInterfacesWithRules As List(Of Pair(Of String, SettingRule))
)
Parameters
- additionalInterfacesWithRules
 - Type: System.Collections.GenericListPairString, SettingRule
The additional interfaces with rules. 
See Also