Specifies whether user-defined properties can be added to a class defined by a given class definition (true) or not (false).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property AllowsPropertyAdditions As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> AllowsPropertyAdditions { get; } |
C++ |
---|
property Nullable<bool> AllowsPropertyAdditions abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_AllowsPropertyAdditions(); |
JScript |
---|
public function get AllowsPropertyAdditions() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ