Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the list of events for an entity.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As EventEntity
Dim value As List(Of ActionDefinition)
value = instance.events
instance.events = value
Syntax
'Declaration
Public events As List(Of ActionDefinition)
public List<ActionDefinition> events
public:
List<ActionDefinition^>^ events
public List<ActionDefinition> events
public var events : List<ActionDefinition>
Platforms
See Also
Reference
EventEntity Class
EventEntity Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.