FieldPropertiesParentField Property |
The name of the field in the parent used when filling default values for fields marked with the DefaultFromParent attribute.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ParentField { get; }
ReadOnly Property ParentField As String
Get
Property Value
Type:
StringThe name of the field in the parent used when filling default values for fields marked with the DefaultFromParent attribute.
See Also