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