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)

ToggleSyntax

Visual Basic (Declaration)
Property PersistenceType As PropertyPersistence
C#
PropertyPersistence PersistenceType { get; set; }
Visual C++
property PropertyPersistence PersistenceType {
	PropertyPersistence get ();
	void set (PropertyPersistence value);
}
JavaScript
function get_persistenceType();
function set_persistenceType(value);

ToggleRemarks

ToggleSee Also