Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Structures in the Siebel Analytics Web SOAP API >

Denoting Named Properties Using the NameValuePair Structure in the Siebel Analytics Web SOAP API


The NameValuePair structure denotes named properties such as COLOR=RED.

The NameValuePair structure is used in the WebCatalogService service.

Fields in the NameValuePair Structure

Field
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 Administration Guide