The ReturnValue<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
ReturnCode
Indicates whether the operation succeeded, and if not, includes failure information.
Success
Indicates whether the operation succeeded or not.
Value
The result of the operation, if it was successful. Accessing this property will throw an exception if the operation failed.

See Also