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

See Also