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