| OutputSettingValuesContainerSetAttributesWithRules Method  | 
            Sets the attributes with rules.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic void SetAttributesWithRules(
	List<Pair<string, SettingRule>> attributesWithRules
)
Public Sub SetAttributesWithRules ( 
	attributesWithRules As List(Of Pair(Of String, SettingRule))
)
Parameters
- attributesWithRules
 - Type: System.Collections.GenericListPairString, SettingRule
The attributes with rules. 
See Also