ClosedPropertyList Property

The ClosedPropertyList property contains the flag that indicates whether new KnowledgePropertyDef objects can be added to this KnowledgeContentClass object.

Syntax
Property ClosedPropertyList As Boolean [C++]
Get method:
HRESULT get_ClosedPropertyList(VARIANT_BOOL*pClosedPropertyList);
Put method:
HRESULT put_ClosedPropertyList(VARIANT_BOOL varClosedPropertyList);

[Visual Basic]

Parameters

None

Return Values

This property returns a Boolean that contains the flag that indicates whether the property list is closed.

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:

  • pClosedPropertyList
    [out, retval] Pointer to a VARIANT_BOOL that contains the flag that indicates whether the property list is closed

Put method:

  • varClosedPropertyList
    [in] VARIANT_BOOL that contains the flag that indicates whether the property list is closed
Return Values

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