RestService.Items Property

SergioDelgadoProyecto

RestServiceItems Property

Gets the items.

Namespace:  SergioDelgadoProyecto
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
public List<Model_Post> Items { get; }

Property Value

Type: ListModel_Post
The items.
See Also