Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

NameValuePair Structure


The NameValuePair structure denotes named properties such as COLOR=RED. This structure is used in the WebCatalogService service. Table 11 lists the fields in this structure.

Table 11. NameValuePair Structure Fields
Fields
Description

String name

A character string that contains the name of the property, such as COLOR.

String value

A character string that contains the value, such as RED.

Siebel Analytics Web Services Guide