Services Property
Collection of all mail services available, as returned by USPS Server .
Syntax
[VB.NET] Public ReadOnlyProperty Services As ServiceDetailList
[C#] public ServiceDetailList Services {get;}
Remarks
After a call to GetRates, this property will be filled for each service type that is returned.
Note that multiple services are usually returned for a given PackagingType. For instance, a package may be sent by Global Express, Airmail Parcel Post, Economy (Surface) Parcel Post, etc. The collection will be filled with each service that is returned from the Server.
This property is read-only and not available at design time.