Specifies a PropertyDescriptionList object containing a collection of the property description objects belonging to all of the subclasses of the class described this ClassDescription object.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ProperSubclassPropertyDescriptions As IPropertyDescriptionList
C#
IPropertyDescriptionList ProperSubclassPropertyDescriptions { get; }
C++
property IPropertyDescriptionList ProperSubclassPropertyDescriptions abstract  {
    IPropertyDescriptionList get();
}
J#
/** property */
public IPropertyDescriptionList get_ProperSubclassPropertyDescriptions();
JScript
public function get ProperSubclassPropertyDescriptions() : IPropertyDescriptionList

Remarks

See Also