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.6.0.0 (5.6.19.0117)
Syntax public Action<string> MemberSetFunc { get; set; }
Public Property MemberSetFunc As Action(Of String)
Get
Set
Property Value
Type:
ActionStringSee Also