 | PendingNotificationResultPartialEntityNotificationRunItems Property |
Gets or sets the notificationRunItems.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Notification
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<NotificationRunItemMessageContentPartialEntity> NotificationRunItems { get; set; }
Public Property NotificationRunItems As IList(Of NotificationRunItemMessageContentPartialEntity)
Get
Set
Property Value
Type:
IListNotificationRunItemMessageContentPartialEntity
Notification Run Items.
See Also