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 >
NameValuePair Structure
The NameValuePair structure denotes named properties such as COLOR=RED. This structure is used in the WebCatalogService service. Table 27 lists the fields in this structure.
Table 27. NameValuePair Structure Fields
|
|
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. |
|