Specifies whether you can save the state of the object instantiation of this class (
) or not (
). If this property is
, only the server can save the state of the object.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsPersistent As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsPersistent { get; } |
C++ |
---|
property Nullable<bool> IsPersistent abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsPersistent(); |
JScript |
---|
public function get IsPersistent() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ