Indicates whether an application can create an object instance of a given class. If this property is false, only the Content Engine server can instantiate the class.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property AllowsInstances As Nullable(Of Boolean)
C#
Nullable<bool> AllowsInstances { get; }
C++
property Nullable<bool> AllowsInstances abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_AllowsInstances();
JScript
public function get AllowsInstances() : Nullable<bool>

Remarks

See Also