 | ContactNotificationResponsePartialEntityNotificationMessageContentList Property |
Gets or sets the contact identifier.
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 List<NotificationMessageContentPartialEntity> NotificationMessageContentList { get; set; }
Public Property NotificationMessageContentList As List(Of NotificationMessageContentPartialEntity)
Get
Set
Property Value
Type:
ListNotificationMessageContentPartialEntity
The contact identifier.
See Also