The event definitions associated with the entity provider.
Read-only property
[Visual Basic .NET] |
---|
Public Property EventDefinitions() As IAgRt3EventDefinitionCollection |
[C#] |
---|
public IAgRt3EventDefinitionCollection EventDefinitions {get;} |
[Managed C++] |
---|
public: __property IAgRt3EventDefinitionCollection ^ get_EventDefinitions(); |
[Unmanaged C++] |
---|
public: HRESULT get_EventDefinitions( IAgRt3EventDefinitionCollection ** ppEvents ); |
[Java] |
---|
public IAgRt3EventDefinitionCollection getEventDefinitions(); |