NameValuePair Structure

Use the NameValuePair structure to denote named properties, such as COLOR=RED.

The NameValuePair structure is used in the WebCatalogService Service.

NameValuePair Structure Fields

Fields Description

String name

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

String value

Specifies a character string that contains the value, such as RED.