RequestPackageV3DimL Property |
[This is preliminary documentation and is subject to change.]
The length of the package.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic decimal DimL { get; set; }
Public Property DimL As Decimal
Get
Set
public:
virtual property Decimal DimL {
Decimal get () sealed;
void set (Decimal value) sealed;
}
Property Value
Type:
Decimal
Remarks
The length of a package is always its longest dimension.
See Also