IEventProperty interface
Associates a named event property with its value.
When to implement
You do not need to implement IEventProperty. This interface is implemented on a system-supplied event object collection.
When to use
Call the methods of IEventProperty to get or set the name or value of a property contained in a collection. You use the methods of IEventObjectCollection to position to an element of the collection and then use the methods of IEventProperty to get or set the name or value of that element.
Members
The IEventProperty interface inherits from the IDispatch interface. IEventProperty also has these types of members:
Properties
The IEventProperty interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
The name of the event property. | |
|
Read/write |
The value of the event property. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IEventProperty is defined as da538ee2-f4de-11d1-b6bb-00805fc79216 |