Click or drag to resize

PackingAdapterResponsePacks Property

Gets or sets the list of packs

Namespace:  PSI.Sox.Packing
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
[DataMemberAttribute(EmitDefaultValue = false)]
public List<Packing> Packs { get; set; }

Property Value

Type: ListPacking
See Also