DeserializationDefinitionMemberSetFunc Property  | 
 
            Gets or sets the func which sets the member with the value converted from the string passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic Action<string> MemberSetFunc { get; set; }Public Property MemberSetFunc As Action(Of String)
	Get
	Set
Property Value
Type: 
ActionString
See Also