Click or drag to resize

ResponseWrapTCode Property

An error code which is required when HasError is True. The value should be unique for different types of error conditions.

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

Property Value

NullableInt32
See Also