Click or drag to resize

KeyValueDecimal Class

[This is preliminary documentation and is subject to change.]

A serializable key/value string and decimal.
Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsKeyValueDecimal

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class KeyValueDecimal

The KeyValueDecimal type exposes the following members.

Properties
  NameDescription
Public propertyKey
The key in the key/value pair.
Public propertyValue
The value in the key/value pair.
Top
See Also