IValueMapItem::put_Value method (pla.h)

Retrieves or sets the value of the item.

This property is read/write.

Syntax

HRESULT put_Value(
  VARIANT Value
);

Parameters

Value

Return value

None

Remarks

The variant type is VT_UI8 if the ValueMapType enumeration is plaIndex, plaFlag or plaFlagArray.

The variant type is VT_UI4 if ValueMapType is plaValidation.

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

IValueMap::Value

IValueMapItem

IValueMapItem::ValueMapType