ContainerResponsePackages Property |
[This is preliminary documentation and is subject to change.]
A list of packages in this container.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<PackageResponse> Packages { get; set; }
Public Property Packages As List(Of PackageResponse)
Get
Set
public:
property List<PackageResponse^>^ Packages {
List<PackageResponse^>^ get ();
void set (List<PackageResponse^>^ value);
}
Property Value
Type:
ListPackageResponse
See Also