TotalWeight Property
Shipment's total weight.
Syntax
[VB.NET] Public ReadOnlyProperty TotalWeight As String
[C#] public string TotalWeight {get;}
Remarks
This property is returned by UPS Server only if the shipment being tracked is a multi-piece shipment (PackageCount > 1) and not a single piece.
TotalWeight is set to 0 for shipment with packages of package type of letters.
This property is read-only.
Default Value
""