Describes the class that is the immediate superclass of the current class in the DMA property class hierarchy.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SuperclassDescription As IClassDescription
C#
IClassDescription SuperclassDescription { get; }
Visual C++
property IClassDescription^ SuperclassDescription {
	IClassDescription^ get ();
}
JavaScript
function get_superclassDescription();

ToggleRemarks

ToggleSee Also