An OlapMenuItem object contains the following properties.
| Property | Description |
|---|---|
| Caption | The menu item caption. |
| Disabled | Indicates whether the menu item is disabled. |
| Flags | Flags that describe the actual state of the OlapMenuItem object. |
| HelpContextId | The Help context ID (optional). |
| HelpFileName | The Help file name (optional). |
| Key | The user-defined value assigned to the menu item. |
| OwnerAddInName | The name of the add-in associated with the menu item. It is set automatically by the Microsoft OLAP Services Add-Ins Manager library. |
| OwnerAddInProgId | The program ID of the add-in associated with the menu item. It is set automatically by the Microsoft OLAP Services Add-Ins Manager library. |
| ParentKey | The parent key value used to associate a child menu item with a parent or owner pop-up menu item. |