Share via


ContentClassObject Property

The ContentClassObject property contains the KnowledgeContentClass object that defines the properties for this object.

Property ContentClassObject As KnowledgeContentClass[C++]
Get method:
HRESULT get_ContentClassObject(IKnowledgeContentClass**varContentClassObject);

[Visual Basic]

Parameters

None.

Return Values

This property returns a KnowledgeContentClass object.

Error Values

If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.

[C++]

Parameters

Get method:

  • varContentClassObject
    [out, retval] Address of a pointer to a KnowdlgeContentClass object.
Return Values

For a list of error messages returned by SharePoint Portal Server, see Error Messages.

Remarks

This is a read-only property.