Specifies whether a given class supports queries that include descendant properties (true) or not (false). A descendant property is a property that is added to one or more subclasses of a class.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property HasProperSubclassProperties As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> HasProperSubclassProperties { get; } |
C++ |
---|
property Nullable<bool> HasProperSubclassProperties abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_HasProperSubclassProperties(); |
JScript |
---|
public function get HasProperSubclassProperties() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ