ContainersResponseContainers Property |
[This is preliminary documentation and is subject to change.]
The containers.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<ContainerInfo> Containers { get; set; }
Public Property Containers As List(Of ContainerInfo)
Get
Set
public:
property List<ContainerInfo^>^ Containers {
List<ContainerInfo^>^ get ();
void set (List<ContainerInfo^>^ value);
}
Property Value
Type:
ListContainerInfo
See Also