FullPropertyList Property

The FullPropertyList property contains the full list of all of the properties and property overrides for this content class. This includes inherited properties.

Syntax
Property FullPropertyList As Variant[C++]
Get method:
HRESULT get_FullPropertyList(VARIANT*varFullPropertyList);

[Visual Basic]

Parameters

None

Return Values

This property returns a Variant that contains an array of Variants. Each Variant in the array contains a String that contains a property.

Error Values

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

[C++]

Parameters
  • varFullPropertyList
    [out, retval] Pointer to a VARIANT that contains an array of VARIANTs. Each VARIANT in the array contains a BSTR that contains a property.
Return Values

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

Remarks

This is a read-only property. When one KnowledgeContentClass object inherits from another, the properties of the parent object are added to the FullPropertyList property of the child object.

Limited Inheritance