EventEntity.events Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of events for an entity.
public: System::Collections::Generic::List<Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::ActionDefinition ^> ^ events;
public System.Collections.Generic.List<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.ActionDefinition> events;
val mutable events : System.Collections.Generic.List<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.ActionDefinition>
Public events As List(Of ActionDefinition)