PackageSignedBy Property
Name of the person signing for package delivery (if applicable) corresponding to the PackageIndex .
Syntax
[VB.NET] Public ReadOnlyProperty PackageSignedBy As String
[C#] public string PackageSignedBy {get;}
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.
Default Value
""