struct NamedValue in module com::sun::star::beans::

(Global Index)

Syntax

struct NamedValue;

Description

specifies a pair assembled from a name and a value.

Field Summary

Name specifies the name part of the pair

Value specifies the value part of the pair.

Field Details



Name

Syntax

string Name;

Description

specifies the name part of the pair


Value

Syntax

any Value;

Description

specifies the value part of the pair.

Top of Page