Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Protected const RESERVATION_TYPE As String = "reservationtype"
C#
protected const string RESERVATION_TYPE = "reservationtype";
C++
protected:
 const String RESERVATION_TYPE = L"reservationtype";
J#
protected const string RESERVATION_TYPE = "reservationtype"
JScript
protected const RESERVATION_TYPE : String = "reservationtype";

See Also