Specifies a
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) |
---|
Property PersistenceType As PropertyPersistence |
C# |
---|
PropertyPersistence PersistenceType { get; set; } |
C++ |
---|
property PropertyPersistence PersistenceType abstract { PropertyPersistence get(); void set(PropertyPersistence value); } |
J# |
---|
/** property */ public PropertyPersistence get_PersistenceType(); /** property */ public void set_PersistenceType(PropertyPersistence value); |
JScript |
---|
public function get PersistenceType() : PropertyPersistence public function set PersistenceType(value : PropertyPersistence); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 1
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ