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