BestBetKeywords Property

The BestBetKeywords property contains the list of items that determine that this document is included in the Best Bet list in a search.

Property BestBetKeywords As Variant[C++]
Get method:
HRESULT get_BestBetKeywords(VARIANT*pBestBetKeywords);
Put method:
HRESULT put_BestBetKeywords(VARIANTvarBestBetKeywords);

[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 keyword that determines that this document is included in the Best Bet list. Defaults to an empty array.

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:

  • pBestBetKeywords
    [out, retval] Pointer to a VARIANT that contains an array of VARIANTs. Each VARIANT in the array contains a BSTR that contains a keyword that determines that this document is included in the Best Bet list. Defaults to an empty array.

Put method:

  • varBestBetKeywords
    [in] VARIANT that contains an array of VARIANTs. Each VARIANT in the array contains a BSTR that contains a keyword that determines that this document is included in the Best Bet list.
Return Values

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