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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property AllowsPropertyAdditions As Nullable(Of Boolean)
C#
Nullable<bool> AllowsPropertyAdditions { get; }
Visual C++
property Nullable<bool> AllowsPropertyAdditions {
	Nullable<bool> get ();
}
JavaScript
function get_allowsPropertyAdditions();

ToggleRemarks

ToggleSee Also