FailedImportItemRelatedID Property |
Gets/sets the ID of a related item for the failed import item.
The value for this will be dependent on the particular import. One use would be to identify the parent
record where the import involves importing a parent record and related records (e.g. a company with multiple offices).
Corresponds to the related_id column.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string RelatedID { get; set; }
Public Property RelatedID As String
Get
Set
Property Value
Type:
StringSee Also