The SpaceResult type exposes the following members.

Properties

  NameDescription
Public propertyError
Return exception from the Result object if there was an error during operation
(Inherited from Result.)
Public propertyHasError
Return true if there was an error during operation, false otherwise
(Inherited from Result.)
Public propertyStatus
Returns ASStatus. OK if there is no exception
(Inherited from Result.)
Public propertyTuple
Return tuple from the space entry if result of the operation has a valid space entry

See Also