 | UpdateResponsedNotificationResultPartialEntityResponseNotificationDetails Property |
Gets or sets the response 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<ResponseNotificationDetailsPartialEntity> ResponseNotificationDetails { get; set; }
Public Property ResponseNotificationDetails As IList(Of ResponseNotificationDetailsPartialEntity)
Get
Set
Property Value
Type:
IListResponseNotificationDetailsPartialEntity
The response notification details.
See Also