Specifies a PropertyPersistence constant that indicates whether a property can be made persistent (that is, have its state stored in a database). If a property can be made persistent, it must have either a dedicated column or a dedicated table in the database.


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

Syntax

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

Remarks

See Also