LabelResponsePackage Property |
[This is preliminary documentation and is subject to change.]
The specified package, if found.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic ResponsePackage Package { get; set; }
Public Property Package As ResponsePackage
Get
Set
public:
property ResponsePackage^ Package {
ResponsePackage^ get ();
void set (ResponsePackage^ value);
}
Property Value
Type:
ResponsePackage
See Also