Click or drag to resize

ShipperSettingValues Property

Gets or sets the list of values to be displayed if the control type is set to dropdown.

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

Property Value

Type: ListString
See Also