Click or drag to resize

ArrayResponseTData Property

Array of entities.

E.g. array of Station for an GetStations(AuthTicket) call.

Namespace: FRAM.WcfService.Public.Models.Responses
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T[] Data { get; set; }

Property Value

T
See Also