Click or drag to resize

ValidationResponseMessage Field

Indicates the reason for validation failure.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
public string Message

Field Value

Type: String
Remarks

If Success is set to false, this property will include a human-readable message indicating the reason for the validation failure. Typical reasons for failure include an invalid attribute name, or a value of the incorrect type, or a value which violates one of the administratively-defined contstraints of the attribute (min or max length, etc.)

See Also