Description
Represents a base interface for all types that expose "ExtensionData" property (representing the corresponding API object). For each inheritor the type of the ExtensionData is known (defined in each inheritor's specification) but the type of the property remains "object".Properties
| Name | Type | Description |
|---|---|---|
| ExtensionData | object | If the user accesses the ExtensionData property of an extended object the whole ExtensionData object is retrieved. |