IEventProperty::Name property

The name of the property.

This property is read/write.

Syntax

HRESULT put_Name(
  [in]          BSTR propertyName
);

HRESULT get_Name(
  [out, retval] BSTR *propertyName
);

Property value

The name 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