RequestItemExAdditionalOptions Property |
[This is preliminary documentation and is subject to change.]
A list of optional key value pairs for future or custom properties.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<KeyValueStrings> AdditionalOptions { get; set; }
Public Property AdditionalOptions As List(Of KeyValueStrings)
Get
Set
public:
property List<KeyValueStrings^>^ AdditionalOptions {
List<KeyValueStrings^>^ get ();
void set (List<KeyValueStrings^>^ value);
}
Property Value
Type:
ListKeyValueStrings
Remarks
The following options are entered in the AdditionalOptions fields.
Key = LotNumber, Value = Lot number | Enter the lot number for this item. |
Key = SerialNumber, Value = Serial Number | Enter the serial number for this item. |
Examples
Additional options are entered using one or more Key Value pairs. For example, to add 99 for MyValue
<AdditionalOptions>
<KeyValueStrings>
<Key>MyValue</Key>
<Value>99</Value>
</KeyValueStrings>
</AdditionalOptions>
See Also