RestServiceRegistro.Items Property

SergioDelgadoProyecto

RestServiceRegistroItems Property

Gets the items.

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

Property Value

Type: Listregistros
The items.
See Also