Specifies the reservation object of this object's version series, which has a VersionStatus property value of RESERVATION. A reservation object is created by the server when you check out a document, which you can modify and check in as a new version of that document.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Reservation As IIndependentObject
C#
IIndependentObject Reservation { get; }
Visual C++
property IIndependentObject^ Reservation {
	IIndependentObject^ get ();
}
JavaScript
function get_reservation();

ToggleRemarks

ToggleSee Also