DeserializationDefinitionMemberSetFuncPerNameValue Property  | 
 
            Gets or sets the member set func per name value, which is the set of NameAttributeValue - Func pairs, one per value of a Name attribute to read
            if TargetType is set to attributes. Not used if targettype is set to another target than attributes. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic Dictionary<string, Action<string>> MemberSetFuncPerNameValue { get; set; }Public Property MemberSetFuncPerNameValue As Dictionary(Of String, Action(Of String))
	Get
	Set
Property Value
Type: 
DictionaryString, 
ActionString
See Also