| OutputSettingValuesContainerSetAttributesWithRules Method  | 
 
            Sets the attributes 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 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