Allows to get result item which is the item that was returned by Aras.IOM.Item.checkout(...) for the file.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public Item Result { get; }
Visual Basic (Declaration)
Public ReadOnly Property Result As Item
J#
/** @property */
public Item get_Result()
JScript
public function get Result () : Item

Remarks

Read only property. If an unhandled exception was raised during the file download then the property is null.

See Also