IsRetrieved Property

The IsRetrieved property contains the flag that indicates whether a property can be specified as a column returned by a search query.

Property IsRetrieved As Boolean[C++]
Get method:
HRESULT get_IsRetrieved(VARIANT_BOOL* pIsRetrieved);
Put method:
HRESULT put_IsRetrieved(VARIANT_BOOLvarIsRetrieved);

[Visual Basic]

Parameters

None.

Return Values

This property returns a Boolean that contains the flag that indicates whether a property can be returned by a search query.

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:

  • pIsRetrieved
    [out, retval] Pointer to a VARIANT_BOOL that contains the flag that indicates whether a property can be returned by a search query.

Put method:

  • varIsRetrieved
    [in] VARIANT_BOOL that contains the flag that indicates whether a property can be returned by a search query.
Return Values

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

Example

To see this property in a fuller context, see Document Management Object Model Sample.