PackageSignedBy Property
Name of the person signing for package delivery (if applicable) corresponding to the PackageIndex .
Syntax
__property String PackageSignedBy = {read=FPackageSignedBy, write=FSetPackageSignedBy};
Default Value
""
Remarks
To retrieve this property corresponding to each tracking event per package, the index should be set from 0 to TrackCount - 1 for each package (i.e., for each PackageIndex from 0 to PackageCount - 1).
This property is read-only and not available at design time.
Data Type
String