[This is preliminary documentation and subject to change.]
The __IndicationRelated system class is an abstract base class that all event-related classes derive. It contains no properties or semantics. It is a common derivation point to facilitate queries and retrieve class definitions that relate to events.
class __IndicationRelated : __SystemClass
{
};
None.