Tamino API for .NET

TaminoQueryResponse.ReturnValue Property

Return value of operation. "0" indicates success, anything else denotes an error.

[Visual Basic]
Public ReadOnly Property ReturnValue As String
[C#]
public string ReturnValue {get;}

Remarks

It is recommended to check this property before the corresponding GetSingle methods are used. It is possible to have a success return with no data (HasData == false). This may happen if no matching items could be found.

See Also

TaminoQueryResponse Class | TaminoQueryResponse Members | SoftwareAG.Tamino.Api Namespace