Click or drag to resize

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)
Syntax
public IList<ResponseNotificationDetailsPartialEntity> ResponseNotificationDetails { get; set; }

Property Value

Type: IListResponseNotificationDetailsPartialEntity
The response notification details.
See Also