ParentChildContainerRequestChildContainers Property |
[This is preliminary documentation and is subject to change.]
The child 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> ChildContainers { get; set; }
Public Property ChildContainers As List(Of ContainerInfo)
Get
Set
public:
property List<ContainerInfo^>^ ChildContainers {
List<ContainerInfo^>^ get ();
void set (List<ContainerInfo^>^ value);
}
Property Value
Type:
ListContainerInfo
See Also