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)

Syntax

Visual Basic (Declaration)
ReadOnly Property Reservation As IIndependentObject
C#
IIndependentObject Reservation { get; }
C++
property IIndependentObject Reservation abstract  {
    IIndependentObject get();
}
J#
/** property */
public IIndependentObject get_Reservation();
JScript
public function get Reservation() : IIndependentObject

Remarks

See Also