Click or drag to resize

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

Property Value

Type: IListPartialMessageEntity
The Message records.
See Also