SearchResultsBaseWebPart.PropertiesToRetrieve property

Specifies the list of properties that are retrieved with the search results.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property PropertiesToRetrieve As String
    Get
    Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As String

value = instance.PropertiesToRetrieve

instance.PropertiesToRetrieve = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string PropertiesToRetrieve { get; set; }

Property value

Type: System.String
The XML specifying the properties.

See also

Reference

SearchResultsBaseWebPart class

SearchResultsBaseWebPart members

Microsoft.Office.Server.Search.WebControls namespace