 | SentNotificationResultPartialEntitySentNotificationDetails Property |
Gets or sets the sent notification details.
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<SentNotificationDetailsPartialEntity> SentNotificationDetails { get; set; }
Public Property SentNotificationDetails As IList(Of SentNotificationDetailsPartialEntity)
Get
Set
Property Value
Type:
IListSentNotificationDetailsPartialEntity
The sent notification details.
See Also