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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SuperclassPropertyCount As Nullable(Of Integer)
C#
Nullable<int> SuperclassPropertyCount { get; }
Visual C++
property Nullable<int> SuperclassPropertyCount {
	Nullable<int> get ();
}
JavaScript
function get_superclassPropertyCount();

ToggleRemarks

ToggleSee Also