IntuitConverterAssignValueToProperty Method |
AssignValueToProperty
Namespace:
Intuit.Ipp.Utility
Assembly:
Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void AssignValueToProperty(
Object target,
JProperty prop,
Type type,
string propName,
JsonSerializer serializer
)
Parameters
- target
- Type: SystemObject
target value - prop
- Type: JProperty
prop value - type
- Type: SystemType
type value - propName
- Type: SystemString
propName value - serializer
- Type: JsonSerializer
json serilaizer value
Return Value
Type:
void
See Also