Location Property
The FedEx location identifier that received the express dispatch request.
Syntax
[VB.NET] Public Property Location As String
[C#] public string Location {get; set;}
Remarks
This property is returned after a call to SchedulePickup and contains the Id of the FedEx location that is scheduled to pick up the package.
When calling CancelPickup, this property must be supplied for the cancel request to be successful.
Default Value
""