Specifies the number of property descriptions contained in the class description that describes the immediate superclass of the class described by this class description. This value is equal to the number of properties inherited by a subclass from its superclass.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property SuperclassPropertyCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> SuperclassPropertyCount { get; } |
C++ |
---|
property Nullable<int> SuperclassPropertyCount abstract { Nullable<int> get(); } |
J# |
---|
/** property */ public Nullable<int> get_SuperclassPropertyCount(); |
JScript |
---|
public function get SuperclassPropertyCount() : Nullable<int> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ