 | PictureResultEntityPictures Property |
Gets or sets the pictures.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Images
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<PicturePartialEntity> Pictures { get; set; }
Public Property Pictures As IList(Of PicturePartialEntity)
Get
Set
Property Value
Type:
IListPicturePartialEntity
The pictures.
See Also