The Type property indicates the type of the current Member.
Return Values
Type returns an Enumeration and is read-only.
The Type property can be one of the following values:
| Name | Value | Description |
| adMemberlRegular | 1 | Default. Member represents an instance of a business entity. |
| adMemberAll | 8 | Member represents all members of the level. |
| adMemberMeasure | 2 | Member belongs to the Measures dimension. It represents a quantitative attribute. |
| adMemberFormula | 4 | Member is calculated using a formula expression. |
| adMemberUnknown | 16 | The type cannot be determined. |
Remarks
This property is supported only on Member objects belonging to a Level object. An error occurs when this property is referenced from Member objects belonging to a Position object.