IEventProperty::Value property

The value of the property.

This property is read/write.

Syntax

HRESULT put_Value(
  [in]          VARIANT *propertyValue
);

HRESULT get_Value(
  [out, retval] VARIANT *propertyValue
);

Property value

The value of the property.

Error codes

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Eventsys.h

IDL

Eventsys.idl

See also

IEventProperty