ICIEventRuleStatement Interface

Use the ICIEventRuleStatement interface to make changes to the Event Rule settings.

interface ICIEventRuleStatement : IDispatch

Property

  • Property type

  • Retrieves the Event Rule Statement type.

    HRESULT Type([out, retval] EventRuleStatementType *pVal);

    EventRuleStatementType

    • ActionStatement = 0
    • IfStatement = 1

    EFT v6.0 and later

Related Topics