Click or drag to resize

ProfileConfigurationPickups Property

Gets or sets the Pickups

Namespace:  PSI.Sox.Configuration
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[XmlArrayItemAttribute("Pickup")]
public List<PickupConfiguration> Pickups { get; set; }

Property Value

Type: ListPickupConfiguration
See Also