Click or drag to resize

ResponseWrapTData Property

Arbitrary data expected to be returned when HasError is False. The value may be a scalar value such as a number or string, or it may be a class which will generate JSON in different shapes according to the class type.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public T Data { get; set; }

Property Value

T
See Also