IValueMapItem::get_Key method (pla.h)

Retrieves or sets the name of the item.

This property is read/write.

Syntax

HRESULT get_Key(
  BSTR *key
);

Parameters

key

Return value

None

Remarks

Note that if you set the IValueMap::Value property and PLA generates the items, the items are not named.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IValueMapItem