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

See Also