 | MessageResultEntityMessages Property |
Gets or sets the Message records.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Message
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<PartialMessageEntity> Messages { get; set; }
Public Property Messages As IList(Of PartialMessageEntity)
Get
Set
Property Value
Type:
IListPartialMessageEntity
The Message records.
See Also