Indicates whether a given class or property was originally created by the Content Engine (true), as opposed to user-created (false).


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

Syntax

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

Remarks

See Also